﻿2026-06-18T11:13:38.6894795Z Current runner version: '2.335.1'
2026-06-18T11:13:38.6899620Z Runner name: 'hfenduleam'
2026-06-18T11:13:38.6900066Z Runner group name: 'Default'
2026-06-18T11:13:38.6900549Z Machine name: 'HFENDULEAM'
2026-06-18T11:13:38.6902488Z ##[group]GITHUB_TOKEN Permissions
2026-06-18T11:13:38.6903822Z Contents: read
2026-06-18T11:13:38.6904164Z Metadata: read
2026-06-18T11:13:38.6904494Z Packages: read
2026-06-18T11:13:38.6904825Z ##[endgroup]
2026-06-18T11:13:38.6906084Z Secret source: Actions
2026-06-18T11:13:38.6906516Z Prepare workflow directory
2026-06-18T11:13:38.7578075Z Prepare all required actions
2026-06-18T11:13:38.7605797Z Getting action download info
2026-06-18T11:13:39.1299558Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-18T11:13:39.7633326Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-18T11:13:40.5420967Z ##[group]Run actions/checkout@v5
2026-06-18T11:13:40.5422038Z with:
2026-06-18T11:13:40.5422641Z   repository: SaberMage/spt-core
2026-06-18T11:13:40.5429043Z   token: ***
2026-06-18T11:13:40.5429623Z   ssh-strict: true
2026-06-18T11:13:40.5430269Z   ssh-user: git
2026-06-18T11:13:40.5430859Z   persist-credentials: true
2026-06-18T11:13:40.5431548Z   clean: true
2026-06-18T11:13:40.5432135Z   sparse-checkout-cone-mode: true
2026-06-18T11:13:40.5432838Z   fetch-depth: 1
2026-06-18T11:13:40.5433426Z   fetch-tags: false
2026-06-18T11:13:40.5434015Z   show-progress: true
2026-06-18T11:13:40.5434606Z   lfs: false
2026-06-18T11:13:40.5435141Z   submodules: false
2026-06-18T11:13:40.5435736Z   set-safe-directory: true
2026-06-18T11:13:40.5436502Z ##[endgroup]
2026-06-18T11:13:41.2399675Z Syncing repository: SaberMage/spt-core
2026-06-18T11:13:41.2400636Z ##[group]Getting Git version info
2026-06-18T11:13:41.2401105Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-18T11:13:41.2640793Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T11:13:41.2849568Z git version 2.43.0.windows.1
2026-06-18T11:13:41.2875586Z ##[endgroup]
2026-06-18T11:13:41.2884606Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8e502b26-f424-4a46-928d-87e63b4bc2e5\.gitconfig'
2026-06-18T11:13:41.2897818Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8e502b26-f424-4a46-928d-87e63b4bc2e5' before making global git config changes
2026-06-18T11:13:41.2898448Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T11:13:41.2902455Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-18T11:13:41.3139944Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-18T11:13:41.3325153Z https://github.com/SaberMage/spt-core
2026-06-18T11:13:41.3353936Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T11:13:41.3357880Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T11:13:41.3572602Z HEAD
2026-06-18T11:13:41.3844397Z ##[endgroup]
2026-06-18T11:13:41.3848269Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-18T11:13:41.7967232Z ##[group]Cleaning the repository
2026-06-18T11:13:41.7972583Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-18T11:13:46.2013805Z Removing dist/
2026-06-18T11:13:46.2014046Z Removing target/
2026-06-18T11:13:46.2048421Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-18T11:13:46.3326688Z HEAD is now at 27e06195 release: v0.11.0
2026-06-18T11:13:46.3355093Z ##[endgroup]
2026-06-18T11:13:46.3359811Z ##[group]Disabling automatic garbage collection
2026-06-18T11:13:46.3365015Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-18T11:13:46.3603725Z ##[endgroup]
2026-06-18T11:13:46.3604123Z ##[group]Setting up auth
2026-06-18T11:13:46.3610194Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T11:13:46.3839741Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T11:13:46.7721290Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T11:13:46.7950184Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T11:13:47.1812172Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T11:13:47.2038846Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T11:13:47.5675199Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-18T11:13:47.5957707Z ##[endgroup]
2026-06-18T11:13:47.5958481Z ##[group]Fetching the repository
2026-06-18T11:13:47.5964317Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +aa3106be6461a79aba63fc888b4545e29f4c4eed:refs/remotes/pull/25/merge
2026-06-18T11:13:48.7108322Z From https://github.com/SaberMage/spt-core
2026-06-18T11:13:48.7108719Z  * [new ref]           aa3106be6461a79aba63fc888b4545e29f4c4eed -> pull/25/merge
2026-06-18T11:13:48.7221917Z ##[endgroup]
2026-06-18T11:13:48.7222286Z ##[group]Determining the checkout info
2026-06-18T11:13:48.7223145Z ##[endgroup]
2026-06-18T11:13:48.7228112Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-18T11:13:48.7503027Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-18T11:13:48.7722998Z ##[group]Checking out the ref
2026-06-18T11:13:48.7727344Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/25/merge
2026-06-18T11:13:48.8453274Z Previous HEAD position was 27e06195 release: v0.11.0
2026-06-18T11:13:48.8453784Z HEAD is now at aa3106be Merge 464eaf771f0b784ce2caee4a8f22c47d59678ef2 into 27e06195a599107f565f4507aa5aa96ae9fe1ef5
2026-06-18T11:13:48.8480296Z ##[endgroup]
2026-06-18T11:13:48.8762950Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-18T11:13:48.9027111Z aa3106be6461a79aba63fc888b4545e29f4c4eed
2026-06-18T11:13:48.9344302Z ##[group]Run cargo nextest run --workspace
2026-06-18T11:13:48.9344797Z [36;1mcargo nextest run --workspace[0m
2026-06-18T11:13:48.9432767Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T11:13:48.9433052Z ##[endgroup]
2026-06-18T11:13:53.4075776Z    Compiling proc-macro2 v1.0.106
2026-06-18T11:13:53.4076098Z    Compiling unicode-ident v1.0.24
2026-06-18T11:13:53.4076359Z    Compiling quote v1.0.45
2026-06-18T11:13:53.4076561Z    Compiling cfg-if v1.0.4
2026-06-18T11:13:53.4076796Z    Compiling serde_core v1.0.228
2026-06-18T11:13:53.4077050Z    Compiling serde v1.0.228
2026-06-18T11:13:53.4077253Z    Compiling windows-link v0.2.1
2026-06-18T11:13:53.4077928Z    Compiling typenum v1.20.1
2026-06-18T11:13:53.4078191Z    Compiling version_check v0.9.5
2026-06-18T11:13:53.4078552Z    Compiling getrandom v0.3.4
2026-06-18T11:13:53.4079043Z    Compiling portable-atomic v1.13.1
2026-06-18T11:13:53.4079638Z    Compiling subtle v2.6.1
2026-06-18T11:13:53.4080124Z    Compiling find-msvc-tools v0.1.9
2026-06-18T11:13:53.4080608Z    Compiling memchr v2.8.1
2026-06-18T11:13:53.4080946Z    Compiling shlex v2.0.1
2026-06-18T11:13:53.4081377Z    Compiling critical-section v1.2.0
2026-06-18T11:13:53.5405838Z    Compiling windows-sys v0.61.2
2026-06-18T11:13:53.5527203Z    Compiling smallvec v1.15.1
2026-06-18T11:13:53.6089581Z    Compiling equivalent v1.0.2
2026-06-18T11:13:53.6111352Z    Compiling semver v1.0.28
2026-06-18T11:13:53.6475859Z    Compiling itoa v1.0.18
2026-06-18T11:13:53.6998881Z    Compiling getrandom v0.2.17
2026-06-18T11:13:53.7581850Z    Compiling cpufeatures v0.2.17
2026-06-18T11:13:53.8156220Z    Compiling hashbrown v0.17.1
2026-06-18T11:13:53.8532011Z    Compiling pin-project-lite v0.2.17
2026-06-18T11:13:53.8711415Z    Compiling rand_core v0.10.1
2026-06-18T11:13:53.8944495Z    Compiling log v0.4.32
2026-06-18T11:13:53.9002279Z    Compiling generic-array v0.14.7
2026-06-18T11:13:53.9645755Z    Compiling rustc_version v0.4.1
2026-06-18T11:13:54.0638448Z    Compiling getrandom v0.4.2
2026-06-18T11:13:54.1524135Z    Compiling bitflags v2.12.1
2026-06-18T11:13:54.1688830Z    Compiling winapi v0.3.9
2026-06-18T11:13:54.1833835Z    Compiling futures-core v0.3.32
2026-06-18T11:13:54.1984547Z    Compiling bytes v1.11.1
2026-06-18T11:13:54.4256350Z    Compiling rand_core v0.6.4
2026-06-18T11:13:54.4581798Z    Compiling curve25519-dalek v4.1.3
2026-06-18T11:13:54.5139719Z    Compiling zerocopy v0.8.50
2026-06-18T11:13:54.5476329Z    Compiling jobserver v0.1.34
2026-06-18T11:13:54.6245890Z    Compiling ahash v0.8.12
2026-06-18T11:13:54.6701437Z    Compiling stable_deref_trait v1.2.1
2026-06-18T11:13:54.7601577Z    Compiling indexmap v2.14.0
2026-06-18T11:13:54.7955242Z    Compiling cc v1.2.63
2026-06-18T11:13:54.8047304Z    Compiling libc v0.2.186
2026-06-18T11:13:54.8232232Z    Compiling signature v2.2.0
2026-06-18T11:13:54.8386006Z    Compiling vcpkg v0.2.15
2026-06-18T11:13:55.0638909Z    Compiling ed25519 v2.2.3
2026-06-18T11:13:55.0813552Z    Compiling pkg-config v0.3.33
2026-06-18T11:13:55.1102939Z    Compiling zmij v1.0.21
2026-06-18T11:13:55.1108443Z    Compiling autocfg v1.5.1
2026-06-18T11:13:55.3482259Z    Compiling serde_json v1.0.150
2026-06-18T11:13:55.4742436Z    Compiling crypto-common v0.1.7
2026-06-18T11:13:55.4959492Z    Compiling syn v2.0.117
2026-06-18T11:13:55.5192469Z    Compiling block-buffer v0.10.4
2026-06-18T11:13:55.6640818Z    Compiling futures-sink v0.3.32
2026-06-18T11:13:55.7431033Z    Compiling digest v0.10.7
2026-06-18T11:13:55.8050319Z    Compiling futures-io v0.3.32
2026-06-18T11:13:55.8051597Z    Compiling slab v0.4.12
2026-06-18T11:13:55.8472471Z    Compiling fastrand v2.4.1
2026-06-18T11:13:55.8619878Z    Compiling futures-channel v0.3.32
2026-06-18T11:13:55.9114903Z    Compiling fallible-iterator v0.3.0
2026-06-18T11:13:55.9745871Z    Compiling futures-task v0.3.32
2026-06-18T11:13:55.9947060Z    Compiling rustversion v1.0.22
2026-06-18T11:13:56.0555072Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-18T11:13:56.0555726Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-18T11:13:56.0946425Z    Compiling fnv v1.0.7
2026-06-18T11:13:56.1686123Z    Compiling sha2 v0.10.9
2026-06-18T11:13:56.2097506Z    Compiling strsim v0.11.1
2026-06-18T11:13:56.2245066Z    Compiling cfg_aliases v0.2.1
2026-06-18T11:13:56.2478412Z    Compiling writeable v0.6.3
2026-06-18T11:13:56.2779325Z    Compiling litemap v0.8.2
2026-06-18T11:13:56.2907508Z    Compiling cmake v0.1.58
2026-06-18T11:13:56.2908896Z    Compiling icu_properties_data v2.2.0
2026-06-18T11:13:56.3867400Z    Compiling anyhow v1.0.102
2026-06-18T11:13:56.4559442Z    Compiling fs_extra v1.3.0
2026-06-18T11:13:56.5603865Z    Compiling ident_case v1.0.1
2026-06-18T11:13:56.5747743Z    Compiling windows-targets v0.52.6
2026-06-18T11:13:56.6350746Z    Compiling utf8_iter v1.0.4
2026-06-18T11:13:56.6495252Z    Compiling icu_normalizer_data v2.2.0
2026-06-18T11:13:56.7541313Z    Compiling windows-sys v0.59.0
2026-06-18T11:13:56.8156357Z    Compiling dunce v1.0.5
2026-06-18T11:13:56.8569037Z    Compiling percent-encoding v2.3.2
2026-06-18T11:13:56.8808255Z    Compiling http v1.4.1
2026-06-18T11:13:56.8980506Z    Compiling thiserror v2.0.18
2026-06-18T11:13:57.0458882Z    Compiling unicode-segmentation v1.13.3
2026-06-18T11:13:57.1669289Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T11:13:57.1670747Z    Compiling aws-lc-sys v0.41.0
2026-06-18T11:13:57.2016125Z    Compiling ring v0.17.14
2026-06-18T11:13:57.4439480Z    Compiling aws-lc-rs v1.17.0
2026-06-18T11:13:57.5213608Z    Compiling cpufeatures v0.3.0
2026-06-18T11:13:57.7309291Z    Compiling scopeguard v1.2.0
2026-06-18T11:13:57.7824218Z    Compiling chacha20 v0.10.0
2026-06-18T11:13:57.9943532Z    Compiling lock_api v0.4.14
2026-06-18T11:13:58.0021460Z    Compiling form_urlencoded v1.2.2
2026-06-18T11:13:58.0082895Z    Compiling untrusted v0.9.0
2026-06-18T11:13:58.0536925Z    Compiling num-traits v0.2.19
2026-06-18T11:13:58.2368788Z    Compiling rand v0.10.1
2026-06-18T11:13:58.3361002Z    Compiling fs2 v0.4.3
2026-06-18T11:13:58.3368293Z    Compiling windows-strings v0.5.1
2026-06-18T11:13:58.4465486Z    Compiling windows-result v0.4.1
2026-06-18T11:13:58.4466016Z    Compiling heck v0.5.0
2026-06-18T11:13:58.5517800Z    Compiling rustls v0.23.40
2026-06-18T11:13:58.8679540Z    Compiling convert_case v0.10.0
2026-06-18T11:13:59.0290571Z    Compiling atomic-waker v1.1.2
2026-06-18T11:13:59.0722006Z    Compiling const-oid v0.10.2
2026-06-18T11:13:59.0732356Z    Compiling unicode-xid v0.2.6
2026-06-18T11:13:59.1019362Z    Compiling httparse v1.10.1
2026-06-18T11:13:59.1236227Z    Compiling parking_lot_core v0.9.12
2026-06-18T11:13:59.2522096Z    Compiling http-body v1.0.1
2026-06-18T11:13:59.3667861Z    Compiling hybrid-array v0.4.12
2026-06-18T11:13:59.3811550Z    Compiling powerfmt v0.2.0
2026-06-18T11:13:59.3937071Z    Compiling either v1.16.0
2026-06-18T11:13:59.3975414Z    Compiling base64ct v1.8.3
2026-06-18T11:13:59.5547957Z    Compiling memoffset v0.6.5
2026-06-18T11:13:59.5678705Z    Compiling num-conv v0.2.2
2026-06-18T11:13:59.5837429Z    Compiling data-encoding v2.11.0
2026-06-18T11:13:59.7726700Z    Compiling deranged v0.5.8
2026-06-18T11:13:59.8039053Z    Compiling pem-rfc7468 v1.0.0
2026-06-18T11:13:59.8372219Z    Compiling tower-service v0.3.3
2026-06-18T11:13:59.9000869Z    Compiling thiserror v1.0.69
2026-06-18T11:13:59.9157202Z    Compiling time-core v0.1.8
2026-06-18T11:13:59.9211287Z    Compiling try-lock v0.2.5
2026-06-18T11:13:59.9962661Z    Compiling tinyvec_macros v0.1.1
2026-06-18T11:14:00.0938869Z    Compiling base64 v0.22.1
2026-06-18T11:14:00.1720313Z    Compiling synstructure v0.13.2
2026-06-18T11:14:00.1795880Z    Compiling darling_core v0.20.11
2026-06-18T11:14:00.1890402Z    Compiling ref-cast v1.0.25
2026-06-18T11:14:00.3880308Z    Compiling parking_lot v0.12.5
2026-06-18T11:14:00.4488953Z    Compiling serde_derive_internals v0.29.1
2026-06-18T11:14:00.4832243Z    Compiling tinyvec v1.11.0
2026-06-18T11:14:00.5468998Z    Compiling block-buffer v0.12.0
2026-06-18T11:14:00.6260096Z    Compiling crypto-common v0.2.2
2026-06-18T11:14:00.8366197Z    Compiling want v0.3.1
2026-06-18T11:14:01.9446620Z    Compiling vergen-lib v9.1.0
2026-06-18T11:14:01.9761226Z    Compiling n0-future v0.3.2
2026-06-18T11:14:01.9990155Z    Compiling serial-core v0.4.0
2026-06-18T11:14:02.0586240Z    Compiling inout v0.1.4
2026-06-18T11:14:02.0819761Z    Compiling aho-corasick v1.1.4
2026-06-18T11:14:02.0956046Z    Compiling crossbeam-utils v0.8.21
2026-06-18T11:14:02.1722563Z    Compiling spin v0.10.0
2026-06-18T11:14:02.1983452Z    Compiling winnow v1.0.3
2026-06-18T11:14:02.2660232Z    Compiling toml_write v0.1.2
2026-06-18T11:14:02.2706097Z    Compiling regex-syntax v0.8.10
2026-06-18T11:14:02.3034183Z    Compiling cordyceps v0.3.4
2026-06-18T11:14:02.3271828Z    Compiling socket2 v0.6.4
2026-06-18T11:14:02.4366595Z    Compiling mio v1.2.1
2026-06-18T11:14:02.5071833Z    Compiling httpdate v1.0.3
2026-06-18T11:14:02.5297765Z    Compiling parking v2.2.1
2026-06-18T11:14:02.5464319Z    Compiling winnow v0.7.15
2026-06-18T11:14:02.6992140Z    Compiling diatomic-waker v0.2.3
2026-06-18T11:14:02.7125139Z    Compiling winreg v0.10.1
2026-06-18T11:14:02.7729691Z    Compiling futures-lite v2.6.1
2026-06-18T11:14:02.8962538Z    Compiling futures-buffered v0.2.13
2026-06-18T11:14:03.0036358Z    Compiling cipher v0.4.4
2026-06-18T11:14:03.0767075Z    Compiling serial-windows v0.4.0
2026-06-18T11:14:03.2487301Z    Compiling digest v0.11.3
2026-06-18T11:14:03.4076140Z    Compiling vergen v9.1.0
2026-06-18T11:14:03.4085736Z    Compiling vergen-lib v0.1.6
2026-06-18T11:14:03.4934116Z    Compiling noq-udp v0.10.0
2026-06-18T11:14:03.5577563Z    Compiling universal-hash v0.5.1
2026-06-18T11:14:03.5769038Z    Compiling heapless v0.7.17
2026-06-18T11:14:03.6297422Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-18T11:14:03.6887105Z    Compiling serde_derive v1.0.228
2026-06-18T11:14:03.7385236Z    Compiling zeroize_derive v1.4.3
2026-06-18T11:14:03.7495536Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-18T11:14:03.7649433Z    Compiling zerofrom-derive v0.1.7
2026-06-18T11:14:03.8988469Z    Compiling tokio-macros v2.7.0
2026-06-18T11:14:03.9830100Z    Compiling yoke-derive v0.8.2
2026-06-18T11:14:03.9987470Z    Compiling futures-macro v0.3.32
2026-06-18T11:14:04.0041040Z    Compiling zerovec-derive v0.11.3
2026-06-18T11:14:04.0601640Z    Compiling displaydoc v0.2.6
2026-06-18T11:14:04.7709319Z    Compiling tracing-attributes v0.1.31
2026-06-18T11:14:04.9623189Z    Compiling thiserror-impl v2.0.18
2026-06-18T11:14:04.9945565Z    Compiling zeroize v1.8.2
2026-06-18T11:14:05.0230897Z    Compiling tokio v1.52.3
2026-06-18T11:14:05.1182876Z    Compiling derive_more-impl v2.1.1
2026-06-18T11:14:05.1802090Z    Compiling futures-util v0.3.32
2026-06-18T11:14:05.1802633Z    Compiling windows-implement v0.60.2
2026-06-18T11:14:05.5466298Z    Compiling rustls-pki-types v1.14.1
2026-06-18T11:14:05.6864920Z    Compiling darling_macro v0.20.11
2026-06-18T11:14:05.7874905Z    Compiling zerofrom v0.1.8
2026-06-18T11:14:05.8266729Z    Compiling n0-error-macros v0.1.3
2026-06-18T11:14:06.1322027Z    Compiling yoke v0.8.3
2026-06-18T11:14:06.1958860Z    Compiling spez v0.1.2
2026-06-18T11:14:06.2801520Z    Compiling windows-interface v0.59.3
2026-06-18T11:14:06.3784956Z    Compiling darling v0.20.11
2026-06-18T11:14:06.7474961Z    Compiling zerovec v0.11.6
2026-06-18T11:14:06.8782118Z    Compiling zerotrie v0.2.4
2026-06-18T11:14:06.8957998Z    Compiling derive_builder_core v0.20.2
2026-06-18T11:14:07.0439382Z    Compiling ed25519-dalek v2.2.0
2026-06-18T11:14:07.1016474Z    Compiling der v0.8.0-rc.10
2026-06-18T11:14:07.1827275Z    Compiling ref-cast-impl v1.0.25
2026-06-18T11:14:07.3607574Z    Compiling n0-error v0.1.3
2026-06-18T11:14:07.4660706Z    Compiling spt-proto v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-18T11:14:07.5816144Z    Compiling windows-core v0.62.2
2026-06-18T11:14:07.6305462Z    Compiling pin-project-internal v1.1.13
2026-06-18T11:14:07.6408092Z    Compiling thiserror-impl v1.0.69
2026-06-18T11:14:07.6442504Z    Compiling regex-automata v0.4.14
2026-06-18T11:14:07.8669075Z    Compiling tinystr v0.8.3
2026-06-18T11:14:08.0393881Z    Compiling potential_utf v0.1.5
2026-06-18T11:14:08.3752785Z    Compiling icu_locale_core v2.2.0
2026-06-18T11:14:08.4275118Z    Compiling icu_collections v2.2.0
2026-06-18T11:14:08.4573389Z    Compiling schemars_derive v1.2.1
2026-06-18T11:14:08.4684118Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-18T11:14:08.6709684Z    Compiling derive_builder_macro v0.20.2
2026-06-18T11:14:09.2632416Z    Compiling spki v0.8.0-rc.4
2026-06-18T11:14:09.6722265Z    Compiling ipnet v2.12.0
2026-06-18T11:14:09.6794812Z    Compiling derive_builder v0.20.2
2026-06-18T11:14:09.7966795Z    Compiling toml_datetime v0.6.11
2026-06-18T11:14:09.8100948Z    Compiling serde_spanned v0.6.9
2026-06-18T11:14:10.0034493Z    Compiling icu_provider v2.2.0
2026-06-18T11:14:10.1001159Z    Compiling toml_edit v0.22.27
2026-06-18T11:14:10.2464531Z    Compiling pin-project v1.1.13
2026-06-18T11:14:10.3286716Z    Compiling once_cell v1.21.4
2026-06-18T11:14:10.3463423Z    Compiling sync_wrapper v1.0.2
2026-06-18T11:14:10.3972344Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-18T11:14:10.4585422Z    Compiling dyn-clone v1.0.20
2026-06-18T11:14:10.4791456Z    Compiling icu_properties v2.2.0
2026-06-18T11:14:10.5626915Z    Compiling icu_normalizer v2.2.0
2026-06-18T11:14:10.6547158Z    Compiling derive_more v2.1.1
2026-06-18T11:14:10.6852353Z    Compiling opaque-debug v0.3.1
2026-06-18T11:14:10.8890601Z    Compiling tracing-core v0.1.36
2026-06-18T11:14:10.9232738Z    Compiling tempfile v3.27.0
2026-06-18T11:14:10.9233228Z    Compiling byteorder v1.5.0
2026-06-18T11:14:10.9576161Z    Compiling allocator-api2 v0.2.21
2026-06-18T11:14:10.9826804Z    Compiling bitflags v1.3.2
2026-06-18T11:14:11.0426160Z    Compiling pin-utils v0.1.0
2026-06-18T11:14:11.1896146Z    Compiling hashbrown v0.14.5
2026-06-18T11:14:11.2205448Z    Compiling lazy_static v1.5.0
2026-06-18T11:14:11.2205996Z    Compiling hash32 v0.2.1
2026-06-18T11:14:11.2357655Z    Compiling regex v1.12.3
2026-06-18T11:14:11.3056508Z    Compiling schemars v1.2.1
2026-06-18T11:14:11.3466799Z    Compiling nix v0.25.1
2026-06-18T11:14:11.4929952Z    Compiling shared_library v0.1.9
2026-06-18T11:14:11.5881505Z    Compiling tracing v0.1.44
2026-06-18T11:14:11.6277683Z    Compiling polyval v0.6.2
2026-06-18T11:14:11.6358379Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T11:14:11.7425427Z    Compiling futures-executor v0.3.32
2026-06-18T11:14:11.8684200Z    Compiling filedescriptor v0.8.3
2026-06-18T11:14:11.8954293Z    Compiling prefix-trie v0.8.4
2026-06-18T11:14:12.7670365Z    Compiling hashlink v0.9.1
2026-06-18T11:14:12.8730439Z    Compiling idna_adapter v1.2.2
2026-06-18T11:14:12.8735704Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-18T11:14:13.1102957Z    Compiling idna v1.1.0
2026-06-18T11:14:13.1601045Z    Compiling toml v0.8.23
2026-06-18T11:14:13.1732784Z    Compiling serial v0.4.0
2026-06-18T11:14:13.1836020Z    Compiling rusqlite v0.32.1
2026-06-18T11:14:13.2811636Z    Compiling tokio-util v0.7.18
2026-06-18T11:14:13.3629001Z    Compiling spin v0.9.8
2026-06-18T11:14:13.4164282Z    Compiling vergen-gitcl v1.0.8
2026-06-18T11:14:13.5095247Z    Compiling url v2.5.8
2026-06-18T11:14:13.7538204Z    Compiling windows-threading v0.2.1
2026-06-18T11:14:13.7538709Z    Compiling tower-layer v0.3.3
2026-06-18T11:14:13.9445402Z    Compiling shell-words v1.1.1
2026-06-18T11:14:14.1054596Z    Compiling downcast-rs v1.2.1
2026-06-18T11:14:14.1301127Z    Compiling signature v3.0.0
2026-06-18T11:14:14.3280535Z    Compiling ryu v1.0.23
2026-06-18T11:14:14.4134897Z    Compiling portable-pty v0.8.1
2026-06-18T11:14:14.4638285Z    Compiling ed25519 v3.0.0-rc.4
2026-06-18T11:14:14.5260976Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T11:14:14.6230455Z    Compiling spt-store v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-18T11:14:14.7958656Z    Compiling windows-future v0.3.2
2026-06-18T11:14:14.9144065Z    Compiling h2 v0.4.14
2026-06-18T11:14:15.3987480Z    Compiling proc-macro-crate v3.5.0
2026-06-18T11:14:15.8436339Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-18T11:14:15.9161372Z    Compiling futures v0.3.32
2026-06-18T11:14:16.0275352Z    Compiling ghash v0.5.1
2026-06-18T11:14:16.1118366Z    Compiling windows-collections v0.3.2
2026-06-18T11:14:16.1805413Z    Compiling windows-numerics v0.3.1
2026-06-18T11:14:16.1888809Z    Compiling cobs v0.3.0
2026-06-18T11:14:16.3239252Z    Compiling postcard-derive v0.2.2
2026-06-18T11:14:16.3397973Z    Compiling sha2 v0.11.0-rc.5
2026-06-18T11:14:16.3738528Z    Compiling aes v0.8.4
2026-06-18T11:14:16.4067068Z    Compiling ctr v0.9.2
2026-06-18T11:14:16.6514721Z    Compiling time v0.3.47
2026-06-18T11:14:16.6665180Z    Compiling http-body-util v0.1.3
2026-06-18T11:14:16.6877352Z    Compiling aead v0.5.2
2026-06-18T11:14:16.8017415Z    Compiling widestring v1.2.1
2026-06-18T11:14:16.8328898Z    Compiling ipconfig v0.3.4
2026-06-18T11:14:16.9207185Z    Compiling data-encoding-macro v0.1.20
2026-06-18T11:14:17.6193596Z    Compiling aes-gcm v0.10.3
2026-06-18T11:14:17.7830027Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-18T11:14:17.8317027Z    Compiling windows v0.62.2
2026-06-18T11:14:17.9880856Z    Compiling num_enum_derive v0.7.6
2026-06-18T11:14:18.0434366Z    Compiling tower v0.5.3
2026-06-18T11:14:18.0556452Z    Compiling postcard v1.1.3
2026-06-18T11:14:18.1422562Z    Compiling spt-msg v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-18T11:14:18.2100501Z    Compiling crossbeam-channel v0.5.15
2026-06-18T11:14:18.2555628Z    Compiling crossbeam-epoch v0.9.18
2026-06-18T11:14:18.4295253Z    Compiling chrono v0.4.45
2026-06-18T11:14:18.7753392Z    Compiling spt-runtime v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-18T11:14:18.9652299Z    Compiling iroh-metrics-derive v0.4.1
2026-06-18T11:14:18.9960083Z    Compiling strum_macros v0.28.0
2026-06-18T11:14:19.0585450Z    Compiling enum-assoc v1.3.0
2026-06-18T11:14:19.2392504Z    Compiling async-trait v0.1.89
2026-06-18T11:14:19.2731740Z    Compiling windows-registry v0.6.1
2026-06-18T11:14:19.5047850Z    Compiling hyper v1.10.1
2026-06-18T11:14:19.5919527Z    Compiling blake3 v1.8.5
2026-06-18T11:14:19.7555235Z    Compiling netwatch v0.16.0
2026-06-18T11:14:20.0954748Z    Compiling noq v0.18.0
2026-06-18T11:14:20.1828284Z    Compiling uuid v1.23.2
2026-06-18T11:14:20.2097948Z    Compiling acto v0.8.2
2026-06-18T11:14:20.4894750Z    Compiling mac-addr v0.3.0
2026-06-18T11:14:20.5073257Z    Compiling tagptr v0.2.0
2026-06-18T11:14:20.5843846Z    Compiling foldhash v0.2.0
2026-06-18T11:14:20.6391243Z    Compiling lru-slab v0.1.2
2026-06-18T11:14:20.6793771Z    Compiling xml-rs v0.8.28
2026-06-18T11:14:20.7442296Z    Compiling identity-hash v0.1.0
2026-06-18T11:14:20.7567984Z    Compiling rustc-hash v2.1.2
2026-06-18T11:14:20.7568457Z    Compiling sorted-index-buffer v0.2.1
2026-06-18T11:14:20.8233275Z    Compiling iroh-relay v0.98.0
2026-06-18T11:14:20.8711960Z    Compiling moka v0.12.15
2026-06-18T11:14:20.8712668Z    Compiling hashbrown v0.16.1
2026-06-18T11:14:20.9001961Z    Compiling netdev v0.42.0
2026-06-18T11:14:21.1493031Z    Compiling iroh-metrics v0.38.3
2026-06-18T11:14:21.4368287Z    Compiling num_enum v0.7.6
2026-06-18T11:14:21.7532373Z    Compiling xmltree v0.10.3
2026-06-18T11:14:21.7754484Z    Compiling tower-http v0.6.11
2026-06-18T11:14:21.7942607Z    Compiling spt-term v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-18T11:14:21.8243570Z    Compiling iroh-base v0.98.0
2026-06-18T11:14:21.9118371Z    Compiling hyper-util v0.1.20
2026-06-18T11:14:21.9633247Z    Compiling strum v0.28.0
2026-06-18T11:14:22.0603861Z    Compiling n0-watcher v0.6.1
2026-06-18T11:14:22.1127900Z    Compiling tokio-stream v0.1.18
2026-06-18T11:14:22.1833822Z    Compiling attohttpc v0.30.1
2026-06-18T11:14:22.4746977Z    Compiling simple-dns v0.9.3
2026-06-18T11:14:22.5369604Z    Compiling arrayref v0.3.9
2026-06-18T11:14:23.2111029Z    Compiling sha1_smol v1.0.1
2026-06-18T11:14:23.2614442Z    Compiling simdutf8 v0.1.5
2026-06-18T11:14:23.3537905Z    Compiling smol_str v0.1.24
2026-06-18T11:14:23.4139940Z    Compiling resolv-conf v0.7.6
2026-06-18T11:14:23.4920028Z    Compiling arrayvec v0.7.6
2026-06-18T11:14:23.5326416Z    Compiling constant_time_eq v0.4.2
2026-06-18T11:14:23.7392732Z    Compiling lru v0.16.4
2026-06-18T11:14:23.8477762Z    Compiling webpki-roots v1.0.7
2026-06-18T11:14:23.9029433Z    Compiling seize v0.5.1
2026-06-18T11:14:23.9481298Z    Compiling igd-next v0.17.1
2026-06-18T11:14:24.0961157Z    Compiling serde_bytes v0.11.19
2026-06-18T11:14:24.1843032Z    Compiling iroh v0.98.2
2026-06-18T11:14:24.2027311Z    Compiling hmac v0.12.1
2026-06-18T11:14:24.3872702Z    Compiling cmov v0.5.4
2026-06-18T11:14:24.5072125Z    Compiling hkdf v0.12.4
2026-06-18T11:14:24.5379457Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T11:14:24.6575333Z    Compiling papaya v0.2.4
2026-06-18T11:14:24.7256478Z    Compiling backon v1.6.0
2026-06-18T11:14:24.8125934Z    Compiling ctutils v0.4.2
2026-06-18T11:14:24.8440606Z    Compiling iroh-dns v0.98.0
2026-06-18T11:14:24.9233051Z    Compiling spake2 v0.4.0
2026-06-18T11:14:25.0332871Z    Compiling sha1 v0.10.6
2026-06-18T11:14:25.0872938Z    Compiling spt-live v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-18T11:14:25.1306962Z    Compiling recvmsg v1.0.0
2026-06-18T11:14:25.3992203Z    Compiling doctest-file v1.1.1
2026-06-18T11:14:25.4546630Z    Compiling darling_core v0.23.0
2026-06-18T11:14:25.6576912Z    Compiling once_cell_polyfill v1.70.2
2026-06-18T11:14:25.6577397Z    Compiling utf8parse v0.2.2
2026-06-18T11:14:25.6934925Z    Compiling anstyle v1.0.14
2026-06-18T11:14:25.7631805Z    Compiling anstyle-query v1.1.5
2026-06-18T11:14:25.9973915Z    Compiling anstyle-parse v1.0.0
2026-06-18T11:14:26.0671319Z    Compiling instability v0.3.12
2026-06-18T11:14:26.0939438Z    Compiling is_terminal_polyfill v1.70.2
2026-06-18T11:14:26.1279631Z    Compiling colorchoice v1.0.5
2026-06-18T11:14:26.2392634Z    Compiling anstyle-wincon v3.0.11
2026-06-18T11:14:26.3774099Z    Compiling paste v1.0.15
2026-06-18T11:14:26.3819383Z    Compiling foldhash v0.1.5
2026-06-18T11:14:26.3948960Z    Compiling strum_macros v0.26.4
2026-06-18T11:14:26.4225158Z    Compiling interprocess v2.4.2
2026-06-18T11:14:26.4974964Z    Compiling anstream v1.0.0
2026-06-18T11:14:26.7066992Z    Compiling hashbrown v0.15.5
2026-06-18T11:14:26.7682289Z    Compiling terminal_size v0.4.4
2026-06-18T11:14:27.0252487Z    Compiling itertools v0.13.0
2026-06-18T11:14:27.0362109Z    Compiling crossterm_winapi v0.9.1
2026-06-18T11:14:27.0844719Z    Compiling castaway v0.2.4
2026-06-18T11:14:27.2811235Z    Compiling static_assertions v1.1.0
2026-06-18T11:14:27.2811709Z    Compiling indoc v2.0.7
2026-06-18T11:14:27.2867027Z    Compiling clap_lex v1.1.0
2026-06-18T11:14:27.5932849Z    Compiling unicode-width v0.1.14
2026-06-18T11:14:27.6332729Z    Compiling lru v0.12.5
2026-06-18T11:14:27.7213781Z    Compiling clap_builder v4.6.0
2026-06-18T11:14:27.7612533Z    Compiling compact_str v0.8.2
2026-06-18T11:14:27.8196708Z    Compiling crossterm v0.28.1
2026-06-18T11:14:28.0724237Z    Compiling clap_derive v4.6.1
2026-06-18T11:14:28.1350605Z    Compiling cassowary v0.3.0
2026-06-18T11:14:28.8778172Z    Compiling unicode-width v0.2.0
2026-06-18T11:14:29.0613838Z    Compiling wmi v0.18.4
2026-06-18T11:14:29.0845427Z    Compiling unicode-truncate v1.1.0
2026-06-18T11:14:29.2016732Z    Compiling nucleo-matcher v0.3.1
2026-06-18T11:14:29.2279108Z    Compiling qrcode v0.14.1
2026-06-18T11:14:29.8725197Z    Compiling darling_macro v0.23.0
2026-06-18T11:14:30.6525568Z    Compiling clap v4.6.1
2026-06-18T11:14:30.6526253Z    Compiling strum v0.26.3
2026-06-18T11:14:30.6863686Z    Compiling darling v0.23.0
2026-06-18T11:14:31.4169131Z    Compiling portmapper v0.16.0
2026-06-18T11:14:31.5813710Z    Compiling mock-adapter v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-18T11:14:31.9847297Z    Compiling ratatui v0.29.0
2026-06-18T11:14:48.8664596Z    Compiling rustls-webpki v0.103.13
2026-06-18T11:14:51.1902116Z    Compiling tokio-rustls v0.26.4
2026-06-18T11:14:51.1902432Z    Compiling noq-proto v0.17.0
2026-06-18T11:14:51.1902678Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T11:14:51.3305362Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T11:14:51.3305661Z    Compiling hyper-rustls v0.27.9
2026-06-18T11:14:51.3305945Z    Compiling tokio-websockets v0.13.2
2026-06-18T11:14:52.4537887Z    Compiling reqwest v0.13.4
2026-06-18T11:14:53.3301661Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T11:15:10.7557068Z    Compiling spt-net v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-18T11:15:12.3805161Z    Compiling spt-daemon v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-18T11:15:22.4366678Z    Compiling spt v0.11.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-18T11:15:36.9002214Z error: linking with `link.exe` failed: exit code: 1201
2026-06-18T11:15:36.9003653Z   |
2026-06-18T11:15:36.9112827Z   = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\decid\\AppData\\Local\\Temp\\rustcpP1bwj\\symbols.o" "<39 object files omitted>" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/libtempfile-e58c7f10086d5d2b.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libspt_daemon-fec883a7829a97aa,libspt_msg-345260dbf9ff089b,libwindows_sys-4cf78ffb6da01f45,libwindows_targets-8f35a6d2410dd7da,libspt_live-b6ec9d79609585d5,libspt_term-5bdc71bd59562e29,libportable_pty-50e6c123745e0772,libshell_words-ffdd3360205ad2fc,libserial-762a942977fa4ffd,libserial_windows-595ce9f6331e1d0c,libserial_core-dabc84def64fd077,libshared_library-a2db4a9aebb8d832,liblazy_static-415441d33699aa40,libfiledescriptor-f02ca740c6786a7d,libthiserror-3a80cdef0093bbd6,libwinreg-ea02f55e042548f0,libdowncast_rs-e6941c4902f6ccd7,libanyhow-7010c653578628de,libinterprocess-95598dbd831d4f3c,librecvmsg-da18d0ea0ced6ffc,libspt_net-ca2c97e93cdd672a,libsha1-e025bb9136e5f60c,libspake2-5d13153ba344aaf0,libhkdf-03831c7172bb7eab,libhmac-e996b185f044bfe1,libiroh-4c470328af3eb2d9,libpapaya-0618444e12d8f34e,libseize-a580e5e5af8e73f4,libswarm_discovery-07646c933e53549c,libacto-d6af9e642e0efc9b,libsmol_str-0f8c0897f08ffcc3,libportmapper-99f547a1380c003f,libigd_next-a1f9c7269c2f9d15,libattohttpc-56adeb9cba311fd3,libxmltree-4a03db13d97258e2,libxml-26483044fbb9318c,libctutils-a0b79bde140935c1,libcmov-4768121674cb5842,libbackon-5b9b222c9d362c61,libiroh_metrics-e13be9867bb4bc83,libryu-42a7cb369c870548,libnetwatch-4898f849e4ce56b8,libtime-c452403aebfbeeb7,libtime_core-be14b7c7919f9d91,libnum_conv-71bf51ac7a809923,libderanged-a1682ca4fd09151c,libpowerfmt-369395662f7ea5c2,libnetdev-b95623619be745e0,libmac_addr-f6740e45d8b44fb1,libwmi-06a01c3c1d29d6be,libfutures-84df367ef8092e27,libfutures_executor-fa6319b9a6f3c4f5,libchrono-f79f64d5f4cffdfd,libwindows-625f3bd0b8d0da3a,libwindows_core-3edf54885fd87c48,libn0_watcher-4c597d1cc8d0d223,libiroh_relay-54054fdff28c3ebc,libreqwest-ac75cf070f34b907,librustls_platform_verifier-6846bdf58951c3ec,libhyper_rustls-7742c2369416aeaf,libtower_http-71626f9beece9530,libtower-640b18737f051c37,libtower_layer-5d61ed3d375f5ba7,libsync_wrapper-33a0c82dec098f0c,liblru-6a2d28235ebddefc,libhashbrown-0be45c82ef4d2fe4,liballocator_api2-74a36ad2ebd40c9a,libfoldhash-63cf3bf441207ef8,libwebpki_roots-0cb47e919c855d01,libblake3-39ad0d1d460848f4,libconstant_time_eq-1b9617d4e0191e55,libarrayvec-b3ba1fb0bd31fc83,libarrayref-49e8e909773af2fa,libpostcard-1a0ba01e940490f0,libheapless-0bd5f7fe4483c57a,libspin-20816efa1c0eb4c1,libhash32-d729de8eba95d24e,libbyteorder-2ab53f25927e0c7b,libcobs-8a5c4c311e9d9e26,libserde_bytes-b513a61f7d547978,libtokio_websockets-aeb401b0f654b4ee,libsimdutf8-667f5f94b8438f8c,libsha1_smol-f4bc01e01fd07ce8,libnum_enum-fe12a30f688bcb7d,libiroh_dns-85912abe4be68870,libsimple_dns-bdedce416bc6f71d,libhickory_resolver-d4891d4aeb6156c4,libipconfig-66d4e77c8d58bf83,libwindows_registry-a9473cf978b94466,libwindows_strings-cdd50a4f08a97da4,libwindows_result-62cf4eed3b09e994,libwidestring-74284839effacb89,libmoka-86162c247365ef8b,libtagptr-9fae91e9c4c5e063,libcrossbeam_epoch-19f0377483d0280a,libuuid-04db0902594e461e,libcrossbeam_channel-6b095608c42a1ce1,libcrossbeam_utils-ccaed06cd2b6df87,libparking_lot-253b1d58a3dfcdce,libparking_lot_core-698c5356c1f3aef2,liblock_api-f09f5562bffb005d,libscopeguard-8cabf05fe32df8ac,libhickory_net-ba0de1f30139dec8,libtokio_rustls-8f3d91ce9d17c567,libhickory_proto-6fb0903785148aa2,libprefix_trie-716d668f7d8e3d03,libeither-abb73a39c16e4a13,libnum_traits-cdb7e0f32098cee6,libnoq-2dbbac4cdff21eb1,libtokio_stream-8782bf347136b812,libnoq_udp-abdc1b729314be72,liblibc-7f7a05fa01df7784,libnoq_proto-26c2ae5381efc97f,liblru_slab-72432835cdebfe02,libaes_gcm-a9b4ed04f49402ad,libctr-bda13d32cc6c2365,libghash-b06c034c3961670d,libpolyval-1b7b0a4419fb44e1,libopaque_debug-e9366cc65e663f43,libuniversal_hash-f79d2275c185ca63,libaes-c05bcfe4990cc176,libcipher-d7f8e593e73d54f7,libinout-7916ea02a824b55c,libaead-d1b8844edc4d82d4,libsorted_index_buffer-06bd2fb481a2a7be,libidentity_hash-7f9e28b8e2b1e340,librustc_hash-0e5cc03fc932024d,libtinyvec-79a21cfef3249c1a,libtinyvec_macros-7afdc6ba7a0e277d,libthiserror-3d740f595393d8d7,libstrum-5fc1058516af4ce4,libhyper_util-6f2ab7ade649def1,libbase64-b548805f762d34b4,libipnet-960057e6f47d82a4,libtower_service-145c4257e306c319,librustls-7cfaaef60fd7c74d,libwebpki-f6d500c00065fbc0,libaws_lc_rs-a9e6b53100d109d8,libaws_lc_sys-76bfac032332991f,libring-a3d923e71a32a56d,libuntrusted-f9064cf4d7107444,librustls_pki_types-5c2e8c1f48d64884,libhyper-bb193e905a04a989,libwant-bb3b44e7ecaed721,libtry_lock-8f5607fa3b62a4fe,libhttparse-f083573e91be1d29,libh2-54d4eb67a7c153f8,libfnv-cc596fa302da3c18,libatomic_waker-8c014cf46bcfea2d,libhttpdate-246d16398515f7a6,libhttp_body_util-ee0e6ed9b09a7763,libhttp_body-c0de5227f56d9c08,libhttp-de7cbc14c6f3977a,libtracing-98941201e0371249,liblog-92c32a39d373ca8e,libtracing_core-8379ba9026d4cfbe,libn0_future-021aa31d275fd773,libfutures_lite-08f88b6ab89b43bf,libparking-3bf4a70f06527366,libfastrand-a91393f78f5469a7,libfutures_buffered-b3e890b1922f70e1,libspin-f59ac4f4bc84eee6,libdiatomic_waker-e2ef744a8d212d78,libcordyceps-dfd5a12f3fdc2c12,libtokio_util-6f63feb5d4d5aac2,libfutures_util-52ae071499bdb712,libfutures_io-8a588218409a0a72,libslab-7d49860aff740478,libfutures_channel-e025d56841d652fd,libfutures_task-2fba8ee0980d06f0,libfutures_core-7252e840735b8748,libfutures_sink-63e9d960eb265abc,libtokio-5cfdff6656aca6b6,libsocket2-417be51e1115d250,libbytes-7fa99c9996959c98,libmio-21de7cf56980aa08,libwindows_sys-0c9e7361fa9dab2a,libwindows_link-750c1e8395263f2e,libpin_project_lite-8f01750316d5cd7f,libpin_project-d2fd588af98f177a,libiroh_base-cd4eadbe99bc9b3c,librand-de8626ecb355e840,libgetrandom-6e46645e280c4350,libchacha20-2239626ebe112ec8,libcpufeatures-ad65ba751b109ff1,libderive_more-10c4e33026245ec1,liburl-184633b9c79ab0ce,libidna-2eb1fb52f110159e,libidna_adapter-ee949d5f6ff39d57,libicu_properties-f377ce9aa238cd9c,libicu_properties_data-7931cf8a5dfdba74,libicu_normalizer-1ba3a433e7dc2241,libicu_normalizer_data-de2ccdb037cb6b3c,libicu_collections-299efef37ebf6421,libutf8_iter-8667528961b1857c,libpotential_utf-1fdbd22bc926b6ff,libicu_provider-ed6e031c9f108f07,libicu_locale_core-31e14abb28b75f4c,libtinystr-84a0553a0c094d40,liblitemap-405ce459934fb283,libwriteable-117a37e0863563eb,libzerovec-4ab20b9e3dc34e1d,libzerotrie-2da7be6347e67321,libyoke-2de3e3216a39c9ff,libstable_deref_trait-0e096ff5984b49fc,libzerofrom-af390e71bb95f5c2,libform_urlencoded-75eb2c5d40dbe775,libpercent_encoding-0aff148551bb810a,libed25519_dalek-9a9ee834e9be032c,libsha2-8cace948ae2e6d5f,libed25519-d51a67850575cb9b,libsignature-9671803ce5af0bab,libpkcs8-a1169071690f84d6,libspki-42bd612f542cd5bb,libder-18fe80a7689add1f,libpem_rfc7468-7623dc0ce520a633,libbase64ct-fd7b472ffe3384a9,libdata_encoding_macro-0e54f4c49fccfbf5,libcurve25519_dalek-c46dd87a36559eb7,librand_core-f5a4f9121bdf1050,libdigest-d565164163fe74d3,libconst_oid-a914ddb7b7344c42,libcrypto_common-a2e335e0df3a1e61,libblock_buffer-7cc5b76e81b90f24,libhybrid_array-891ddfc1e3340cc7,libn0_error-2009ee40cb58e819,libdata_encoding-78d18a20fed30b84,libspt_runtime-1225fe687a0ff9d2,libregex-4b3d8c0183b6a79f,libregex_automata-86cf6b44556a0444,libaho_corasick-2114ef6e31c299bf,libregex_syntax-43e21e70306c1292,libtoml-f17076c2fafda3bd,libtoml_edit-64fc598b636dff53,libserde_spanned-1f37eec570f37b5f,libwinnow-9060fa526873a459,libtoml_write-cbe0ee03e0822432,libtoml_datetime-452346770fb9ab3a,libschemars-3087fbf68ad7e654,libdyn_clone-2a79e79feefffffc,libref_cast-2a894f8d7459b2eb,libspt_store-2004f920cce027c8,libserde_json-17281f0e02bd2a5a,libmemchr-cb0a0fc22acd0836,libitoa-2fadb60393a045de,libzmij-b82215484eee4f22,libindexmap-041aae331fe12ea8,libequivalent-81775ab5d8154b89,libhashbrown-635befb600e68988,libfs2-509ec141a8cd0084,libwinapi-3ada3e42829efa8d,librusqlite-e6410a40587b2412,libbitflags-ac2f1c33302ac4cb,libsmallvec-0351b9b3b0d13bf4,libfallible_streaming_iterator-b9d1906a1096dee7,libfallible_iterator-ed130759af23d6c1,libhashlink-2da09f725f0306bc,libhashbrown-21e87604c4d20056,libahash-7f0b33588d29b971,libonce_cell-413813fe09b89788,libportable_atomic-64fa3d89ee64b215,libzerocopy-50fbb0b48fb600e7,liblibsqlite3_sys-abece50c6a4c2bc2,libspt_proto-0fd4aade255656a9,libed25519_dalek-97fab2c71a4e1d4b,libsha2-8b10433dc072d985,libcurve25519_dalek-8acc79d327bfa0b2,libcpufeatures-c232fa689cff9078,libzeroize-43316c5fd3484d22,librand_core-d7ec264f3ecb092b,libgetrandom-6d5f68613080b1be,libcfg_if-4be1d57b9cd9afec,libdigest-c21bf9f154372849,libsubtle-3e3d27900247595c,libblock_buffer-7afe031c92b89e1c,libcrypto_common-38bd24d386ad0136,libgeneric_array-6efae25bedc163a0,libtypenum-5b38d9aafac5529f,libed25519-1557411f44961c05,libsignature-7f41cf5669168da2,libserde-2cfe227265f9e30b,libserde_core-3ddf51a30c07af59}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_targets-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "user32.lib" "userenv.lib" "advapi32.lib" "C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib\\windows.0.52.0.lib" "iphlpapi.lib" "legacy_stdio_definitions.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "synchronization.lib" "user32.lib" "winspool.lib" "ws2_32.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\libsqlite3-sys-dfb857ecd39841b9\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\blake3-60c87a81e6cc6ba6\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\aws-lc-sys-1a05d93e0719da20\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\ring-9c61033a2441dbc4\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x64" "/LIBPATH:C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib" "/OUT:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps\\netbroker-8cd76643871d4c6c.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcpP1bwj\\netbroker-0.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcpP1bwj\\netbroker-1.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcpP1bwj\\netbroker-2.natvis"
2026-06-18T11:15:36.9189281Z   = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-06-18T11:15:36.9193114Z   = note:    Creating library C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\netbroker-8cd76643871d4c6c.lib and object C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\netbroker-8cd76643871d4c6c.exp␍
2026-06-18T11:15:36.9194842Z           LINK : fatal error LNK1201: error writing to program database 'C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\netbroker-8cd76643871d4c6c.pdb'; check for insufficient disk space, invalid path, or insufficient privilege␍
2026-06-18T11:15:36.9195804Z           
2026-06-18T11:15:36.9196050Z 
2026-06-18T11:15:37.0524700Z rustc-LLVM ERROR: IO failure on output stream: no space on device
2026-06-18T11:15:37.0535894Z error: linking with `link.exe` failed: exit code: 1140
2026-06-18T11:15:37.0536326Z   |
2026-06-18T11:15:37.0608733Z   = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\decid\\AppData\\Local\\Temp\\rustck8HMyj\\symbols.o" "<54 object files omitted>" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libtempfile-e58c7f10086d5d2b,libspt_daemon-fec883a7829a97aa,libspt_msg-345260dbf9ff089b,libwindows_sys-4cf78ffb6da01f45,libwindows_targets-8f35a6d2410dd7da,libspt_live-b6ec9d79609585d5,libspt_term-5bdc71bd59562e29,libportable_pty-50e6c123745e0772,libshell_words-ffdd3360205ad2fc,libserial-762a942977fa4ffd,libserial_windows-595ce9f6331e1d0c,libserial_core-dabc84def64fd077,libshared_library-a2db4a9aebb8d832,liblazy_static-415441d33699aa40,libfiledescriptor-f02ca740c6786a7d,libthiserror-3a80cdef0093bbd6,libwinreg-ea02f55e042548f0,libdowncast_rs-e6941c4902f6ccd7,libanyhow-7010c653578628de,libinterprocess-95598dbd831d4f3c,librecvmsg-da18d0ea0ced6ffc,libspt_net-ca2c97e93cdd672a,libsha1-e025bb9136e5f60c,libspake2-5d13153ba344aaf0,libhkdf-03831c7172bb7eab,libhmac-e996b185f044bfe1,libiroh-4c470328af3eb2d9,libpapaya-0618444e12d8f34e,libseize-a580e5e5af8e73f4,libswarm_discovery-07646c933e53549c,libacto-d6af9e642e0efc9b,libsmol_str-0f8c0897f08ffcc3,libportmapper-99f547a1380c003f,libigd_next-a1f9c7269c2f9d15,libattohttpc-56adeb9cba311fd3,libxmltree-4a03db13d97258e2,libxml-26483044fbb9318c,libctutils-a0b79bde140935c1,libcmov-4768121674cb5842,libbackon-5b9b222c9d362c61,libiroh_metrics-e13be9867bb4bc83,libryu-42a7cb369c870548,libnetwatch-4898f849e4ce56b8,libtime-c452403aebfbeeb7,libtime_core-be14b7c7919f9d91,libnum_conv-71bf51ac7a809923,libderanged-a1682ca4fd09151c,libpowerfmt-369395662f7ea5c2,libnetdev-b95623619be745e0,libmac_addr-f6740e45d8b44fb1,libwmi-06a01c3c1d29d6be,libfutures-84df367ef8092e27,libfutures_executor-fa6319b9a6f3c4f5,libchrono-f79f64d5f4cffdfd,libwindows-625f3bd0b8d0da3a,libwindows_core-3edf54885fd87c48,libn0_watcher-4c597d1cc8d0d223,libiroh_relay-54054fdff28c3ebc,libreqwest-ac75cf070f34b907,librustls_platform_verifier-6846bdf58951c3ec,libhyper_rustls-7742c2369416aeaf,libtower_http-71626f9beece9530,libtower-640b18737f051c37,libtower_layer-5d61ed3d375f5ba7,libsync_wrapper-33a0c82dec098f0c,liblru-6a2d28235ebddefc,libhashbrown-0be45c82ef4d2fe4,liballocator_api2-74a36ad2ebd40c9a,libfoldhash-63cf3bf441207ef8,libwebpki_roots-0cb47e919c855d01,libblake3-39ad0d1d460848f4,libconstant_time_eq-1b9617d4e0191e55,libarrayvec-b3ba1fb0bd31fc83,libarrayref-49e8e909773af2fa,libpostcard-1a0ba01e940490f0,libheapless-0bd5f7fe4483c57a,libspin-20816efa1c0eb4c1,libhash32-d729de8eba95d24e,libbyteorder-2ab53f25927e0c7b,libcobs-8a5c4c311e9d9e26,libserde_bytes-b513a61f7d547978,libtokio_websockets-aeb401b0f654b4ee,libsimdutf8-667f5f94b8438f8c,libsha1_smol-f4bc01e01fd07ce8,libnum_enum-fe12a30f688bcb7d,libiroh_dns-85912abe4be68870,libsimple_dns-bdedce416bc6f71d,libhickory_resolver-d4891d4aeb6156c4,libipconfig-66d4e77c8d58bf83,libwindows_registry-a9473cf978b94466,libwindows_strings-cdd50a4f08a97da4,libwindows_result-62cf4eed3b09e994,libwidestring-74284839effacb89,libmoka-86162c247365ef8b,libtagptr-9fae91e9c4c5e063,libcrossbeam_epoch-19f0377483d0280a,libuuid-04db0902594e461e,libcrossbeam_channel-6b095608c42a1ce1,libcrossbeam_utils-ccaed06cd2b6df87,libparking_lot-253b1d58a3dfcdce,libparking_lot_core-698c5356c1f3aef2,liblock_api-f09f5562bffb005d,libscopeguard-8cabf05fe32df8ac,libhickory_net-ba0de1f30139dec8,libtokio_rustls-8f3d91ce9d17c567,libhickory_proto-6fb0903785148aa2,libprefix_trie-716d668f7d8e3d03,libeither-abb73a39c16e4a13,libnum_traits-cdb7e0f32098cee6,libnoq-2dbbac4cdff21eb1,libtokio_stream-8782bf347136b812,libnoq_udp-abdc1b729314be72,liblibc-7f7a05fa01df7784,libnoq_proto-26c2ae5381efc97f,liblru_slab-72432835cdebfe02,libaes_gcm-a9b4ed04f49402ad,libctr-bda13d32cc6c2365,libghash-b06c034c3961670d,libpolyval-1b7b0a4419fb44e1,libopaque_debug-e9366cc65e663f43,libuniversal_hash-f79d2275c185ca63,libaes-c05bcfe4990cc176,libcipher-d7f8e593e73d54f7,libinout-7916ea02a824b55c,libaead-d1b8844edc4d82d4,libsorted_index_buffer-06bd2fb481a2a7be,libidentity_hash-7f9e28b8e2b1e340,librustc_hash-0e5cc03fc932024d,libtinyvec-79a21cfef3249c1a,libtinyvec_macros-7afdc6ba7a0e277d,libthiserror-3d740f595393d8d7,libstrum-5fc1058516af4ce4,libhyper_util-6f2ab7ade649def1,libbase64-b548805f762d34b4,libipnet-960057e6f47d82a4,libtower_service-145c4257e306c319,librustls-7cfaaef60fd7c74d,libwebpki-f6d500c00065fbc0,libaws_lc_rs-a9e6b53100d109d8,libaws_lc_sys-76bfac032332991f,libring-a3d923e71a32a56d,libuntrusted-f9064cf4d7107444,librustls_pki_types-5c2e8c1f48d64884,libhyper-bb193e905a04a989,libwant-bb3b44e7ecaed721,libtry_lock-8f5607fa3b62a4fe,libhttparse-f083573e91be1d29,libh2-54d4eb67a7c153f8,libfnv-cc596fa302da3c18,libatomic_waker-8c014cf46bcfea2d,libhttpdate-246d16398515f7a6,libhttp_body_util-ee0e6ed9b09a7763,libhttp_body-c0de5227f56d9c08,libhttp-de7cbc14c6f3977a,libtracing-98941201e0371249,liblog-92c32a39d373ca8e,libtracing_core-8379ba9026d4cfbe,libn0_future-021aa31d275fd773,libfutures_lite-08f88b6ab89b43bf,libparking-3bf4a70f06527366,libfastrand-a91393f78f5469a7,libfutures_buffered-b3e890b1922f70e1,libspin-f59ac4f4bc84eee6,libdiatomic_waker-e2ef744a8d212d78,libcordyceps-dfd5a12f3fdc2c12,libtokio_util-6f63feb5d4d5aac2,libfutures_util-52ae071499bdb712,libfutures_io-8a588218409a0a72,libslab-7d49860aff740478,libfutures_channel-e025d56841d652fd,libfutures_task-2fba8ee0980d06f0,libfutures_core-7252e840735b8748,libfutures_sink-63e9d960eb265abc,libtokio-5cfdff6656aca6b6,libsocket2-417be51e1115d250,libbytes-7fa99c9996959c98,libmio-21de7cf56980aa08,libwindows_sys-0c9e7361fa9dab2a,libwindows_link-750c1e8395263f2e,libpin_project_lite-8f01750316d5cd7f,libpin_project-d2fd588af98f177a,libiroh_base-cd4eadbe99bc9b3c,librand-de8626ecb355e840,libgetrandom-6e46645e280c4350,libchacha20-2239626ebe112ec8,libcpufeatures-ad65ba751b109ff1,libderive_more-10c4e33026245ec1,liburl-184633b9c79ab0ce,libidna-2eb1fb52f110159e,libidna_adapter-ee949d5f6ff39d57,libicu_properties-f377ce9aa238cd9c,libicu_properties_data-7931cf8a5dfdba74,libicu_normalizer-1ba3a433e7dc2241,libicu_normalizer_data-de2ccdb037cb6b3c,libicu_collections-299efef37ebf6421,libutf8_iter-8667528961b1857c,libpotential_utf-1fdbd22bc926b6ff,libicu_provider-ed6e031c9f108f07,libicu_locale_core-31e14abb28b75f4c,libtinystr-84a0553a0c094d40,liblitemap-405ce459934fb283,libwriteable-117a37e0863563eb,libzerovec-4ab20b9e3dc34e1d,libzerotrie-2da7be6347e67321,libyoke-2de3e3216a39c9ff,libstable_deref_trait-0e096ff5984b49fc,libzerofrom-af390e71bb95f5c2,libform_urlencoded-75eb2c5d40dbe775,libpercent_encoding-0aff148551bb810a,libed25519_dalek-9a9ee834e9be032c,libsha2-8cace948ae2e6d5f,libed25519-d51a67850575cb9b,libsignature-9671803ce5af0bab,libpkcs8-a1169071690f84d6,libspki-42bd612f542cd5bb,libder-18fe80a7689add1f,libpem_rfc7468-7623dc0ce520a633,libbase64ct-fd7b472ffe3384a9,libdata_encoding_macro-0e54f4c49fccfbf5,libcurve25519_dalek-c46dd87a36559eb7,librand_core-f5a4f9121bdf1050,libdigest-d565164163fe74d3,libconst_oid-a914ddb7b7344c42,libcrypto_common-a2e335e0df3a1e61,libblock_buffer-7cc5b76e81b90f24,libhybrid_array-891ddfc1e3340cc7,libn0_error-2009ee40cb58e819,libdata_encoding-78d18a20fed30b84,libspt_runtime-1225fe687a0ff9d2,libregex-4b3d8c0183b6a79f,libregex_automata-86cf6b44556a0444,libaho_corasick-2114ef6e31c299bf,libregex_syntax-43e21e70306c1292,libtoml-f17076c2fafda3bd,libtoml_edit-64fc598b636dff53,libserde_spanned-1f37eec570f37b5f,libwinnow-9060fa526873a459,libtoml_write-cbe0ee03e0822432,libtoml_datetime-452346770fb9ab3a,libschemars-3087fbf68ad7e654,libdyn_clone-2a79e79feefffffc,libref_cast-2a894f8d7459b2eb}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libspt_store-2004f920cce027c8,libserde_json-17281f0e02bd2a5a,libmemchr-cb0a0fc22acd0836,libitoa-2fadb60393a045de,libzmij-b82215484eee4f22,libindexmap-041aae331fe12ea8,libequivalent-81775ab5d8154b89,libhashbrown-635befb600e68988,libfs2-509ec141a8cd0084,libwinapi-3ada3e42829efa8d,librusqlite-e6410a40587b2412,libbitflags-ac2f1c33302ac4cb,libsmallvec-0351b9b3b0d13bf4,libfallible_streaming_iterator-b9d1906a1096dee7,libfallible_iterator-ed130759af23d6c1,libhashlink-2da09f725f0306bc,libhashbrown-21e87604c4d20056,libahash-7f0b33588d29b971,libonce_cell-413813fe09b89788,libportable_atomic-64fa3d89ee64b215,libzerocopy-50fbb0b48fb600e7,liblibsqlite3_sys-abece50c6a4c2bc2,libspt_proto-0fd4aade255656a9,libed25519_dalek-97fab2c71a4e1d4b,libsha2-8b10433dc072d985,libcurve25519_dalek-8acc79d327bfa0b2,libcpufeatures-c232fa689cff9078,libzeroize-43316c5fd3484d22,librand_core-d7ec264f3ecb092b,libgetrandom-6d5f68613080b1be,libcfg_if-4be1d57b9cd9afec,libdigest-c21bf9f154372849,libsubtle-3e3d27900247595c,libblock_buffer-7afe031c92b89e1c,libcrypto_common-38bd24d386ad0136,libgeneric_array-6efae25bedc163a0,libtypenum-5b38d9aafac5529f,libed25519-1557411f44961c05,libsignature-7f41cf5669168da2,libserde-2cfe227265f9e30b,libserde_core-3ddf51a30c07af59}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_targets-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "user32.lib" "userenv.lib" "advapi32.lib" "C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib\\windows.0.52.0.lib" "iphlpapi.lib" "legacy_stdio_definitions.lib" "kernel32.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "synchronization.lib" "user32.lib" "winspool.lib" "ws2_32.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\aws-lc-sys-1a05d93e0719da20\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\ring-9c61033a2441dbc4\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\libsqlite3-sys-dfb857ecd39841b9\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\blake3-60c87a81e6cc6ba6\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x64" "/LIBPATH:C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib" "/OUT:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps\\live_resolve_e2e-7f71f34b8daf32b6.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustck8HMyj\\live_resolve_e2e-0.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustck8HMyj\\live_resolve_e2e-1.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustck8HMyj\\live_resolve_e2e-2.natvis"
2026-06-18T11:15:37.0649270Z   = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-06-18T11:15:37.0650708Z   = note:    Creating library C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\live_resolve_e2e-7f71f34b8daf32b6.lib and object C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\live_resolve_e2e-7f71f34b8daf32b6.exp␍
2026-06-18T11:15:37.0652459Z           LINK : fatal error LNK1318: Unexpected PDB error; LIMIT (12) 'C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\live_resolve_e2e-7f71f34b8daf32b6.pdb'␍
2026-06-18T11:15:37.0653225Z           
2026-06-18T11:15:37.0653442Z 
2026-06-18T11:15:37.0803343Z error: could not compile `spt-daemon` (test "netbroker") due to 1 previous error
2026-06-18T11:15:37.0806556Z warning: build failed, waiting for other jobs to finish...
2026-06-18T11:15:37.1800586Z error: could not compile `spt` (test "live_resolve_e2e") due to 1 previous error
2026-06-18T11:15:37.2639722Z error: linking with `link.exe` failed: exit code: 1318
2026-06-18T11:15:37.2641241Z   |
2026-06-18T11:15:37.2686273Z   = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\decid\\AppData\\Local\\Temp\\rustc4lLkEI\\symbols.o" "<51 object files omitted>" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libtempfile-e58c7f10086d5d2b,libspt_daemon-fec883a7829a97aa,libspt_msg-345260dbf9ff089b,libwindows_sys-4cf78ffb6da01f45,libwindows_targets-8f35a6d2410dd7da,libspt_live-b6ec9d79609585d5,libspt_term-5bdc71bd59562e29,libportable_pty-50e6c123745e0772,libshell_words-ffdd3360205ad2fc,libserial-762a942977fa4ffd,libserial_windows-595ce9f6331e1d0c,libserial_core-dabc84def64fd077,libshared_library-a2db4a9aebb8d832,liblazy_static-415441d33699aa40,libfiledescriptor-f02ca740c6786a7d,libthiserror-3a80cdef0093bbd6,libwinreg-ea02f55e042548f0,libdowncast_rs-e6941c4902f6ccd7,libanyhow-7010c653578628de,libinterprocess-95598dbd831d4f3c,librecvmsg-da18d0ea0ced6ffc,libspt_net-ca2c97e93cdd672a,libsha1-e025bb9136e5f60c,libspake2-5d13153ba344aaf0,libhkdf-03831c7172bb7eab,libhmac-e996b185f044bfe1,libiroh-4c470328af3eb2d9,libpapaya-0618444e12d8f34e,libseize-a580e5e5af8e73f4,libswarm_discovery-07646c933e53549c,libacto-d6af9e642e0efc9b,libsmol_str-0f8c0897f08ffcc3,libportmapper-99f547a1380c003f,libigd_next-a1f9c7269c2f9d15,libattohttpc-56adeb9cba311fd3,libxmltree-4a03db13d97258e2,libxml-26483044fbb9318c,libctutils-a0b79bde140935c1,libcmov-4768121674cb5842,libbackon-5b9b222c9d362c61,libiroh_metrics-e13be9867bb4bc83,libryu-42a7cb369c870548,libnetwatch-4898f849e4ce56b8,libtime-c452403aebfbeeb7,libtime_core-be14b7c7919f9d91,libnum_conv-71bf51ac7a809923,libderanged-a1682ca4fd09151c,libpowerfmt-369395662f7ea5c2,libnetdev-b95623619be745e0,libmac_addr-f6740e45d8b44fb1,libwmi-06a01c3c1d29d6be,libfutures-84df367ef8092e27,libfutures_executor-fa6319b9a6f3c4f5,libchrono-f79f64d5f4cffdfd,libwindows-625f3bd0b8d0da3a,libwindows_core-3edf54885fd87c48,libn0_watcher-4c597d1cc8d0d223,libiroh_relay-54054fdff28c3ebc,libreqwest-ac75cf070f34b907,librustls_platform_verifier-6846bdf58951c3ec,libhyper_rustls-7742c2369416aeaf,libtower_http-71626f9beece9530,libtower-640b18737f051c37,libtower_layer-5d61ed3d375f5ba7,libsync_wrapper-33a0c82dec098f0c,liblru-6a2d28235ebddefc,libhashbrown-0be45c82ef4d2fe4,liballocator_api2-74a36ad2ebd40c9a,libfoldhash-63cf3bf441207ef8,libwebpki_roots-0cb47e919c855d01,libblake3-39ad0d1d460848f4,libconstant_time_eq-1b9617d4e0191e55,libarrayvec-b3ba1fb0bd31fc83,libarrayref-49e8e909773af2fa,libpostcard-1a0ba01e940490f0,libheapless-0bd5f7fe4483c57a,libspin-20816efa1c0eb4c1,libhash32-d729de8eba95d24e,libbyteorder-2ab53f25927e0c7b,libcobs-8a5c4c311e9d9e26,libserde_bytes-b513a61f7d547978,libtokio_websockets-aeb401b0f654b4ee,libsimdutf8-667f5f94b8438f8c,libsha1_smol-f4bc01e01fd07ce8,libnum_enum-fe12a30f688bcb7d,libiroh_dns-85912abe4be68870,libsimple_dns-bdedce416bc6f71d,libhickory_resolver-d4891d4aeb6156c4,libipconfig-66d4e77c8d58bf83,libwindows_registry-a9473cf978b94466,libwindows_strings-cdd50a4f08a97da4,libwindows_result-62cf4eed3b09e994,libwidestring-74284839effacb89,libmoka-86162c247365ef8b,libtagptr-9fae91e9c4c5e063,libcrossbeam_epoch-19f0377483d0280a,libuuid-04db0902594e461e,libcrossbeam_channel-6b095608c42a1ce1,libcrossbeam_utils-ccaed06cd2b6df87,libparking_lot-253b1d58a3dfcdce,libparking_lot_core-698c5356c1f3aef2,liblock_api-f09f5562bffb005d,libscopeguard-8cabf05fe32df8ac,libhickory_net-ba0de1f30139dec8,libtokio_rustls-8f3d91ce9d17c567,libhickory_proto-6fb0903785148aa2,libprefix_trie-716d668f7d8e3d03,libeither-abb73a39c16e4a13,libnum_traits-cdb7e0f32098cee6,libnoq-2dbbac4cdff21eb1,libtokio_stream-8782bf347136b812,libnoq_udp-abdc1b729314be72,liblibc-7f7a05fa01df7784,libnoq_proto-26c2ae5381efc97f,liblru_slab-72432835cdebfe02,libaes_gcm-a9b4ed04f49402ad,libctr-bda13d32cc6c2365,libghash-b06c034c3961670d,libpolyval-1b7b0a4419fb44e1,libopaque_debug-e9366cc65e663f43,libuniversal_hash-f79d2275c185ca63,libaes-c05bcfe4990cc176,libcipher-d7f8e593e73d54f7,libinout-7916ea02a824b55c,libaead-d1b8844edc4d82d4,libsorted_index_buffer-06bd2fb481a2a7be,libidentity_hash-7f9e28b8e2b1e340,librustc_hash-0e5cc03fc932024d,libtinyvec-79a21cfef3249c1a,libtinyvec_macros-7afdc6ba7a0e277d,libthiserror-3d740f595393d8d7,libstrum-5fc1058516af4ce4,libhyper_util-6f2ab7ade649def1,libbase64-b548805f762d34b4,libipnet-960057e6f47d82a4,libtower_service-145c4257e306c319,librustls-7cfaaef60fd7c74d,libwebpki-f6d500c00065fbc0,libaws_lc_rs-a9e6b53100d109d8,libaws_lc_sys-76bfac032332991f,libring-a3d923e71a32a56d,libuntrusted-f9064cf4d7107444,librustls_pki_types-5c2e8c1f48d64884,libhyper-bb193e905a04a989,libwant-bb3b44e7ecaed721,libtry_lock-8f5607fa3b62a4fe,libhttparse-f083573e91be1d29,libh2-54d4eb67a7c153f8,libfnv-cc596fa302da3c18,libatomic_waker-8c014cf46bcfea2d,libhttpdate-246d16398515f7a6,libhttp_body_util-ee0e6ed9b09a7763,libhttp_body-c0de5227f56d9c08,libhttp-de7cbc14c6f3977a,libtracing-98941201e0371249,liblog-92c32a39d373ca8e,libtracing_core-8379ba9026d4cfbe,libn0_future-021aa31d275fd773,libfutures_lite-08f88b6ab89b43bf,libparking-3bf4a70f06527366,libfastrand-a91393f78f5469a7,libfutures_buffered-b3e890b1922f70e1,libspin-f59ac4f4bc84eee6,libdiatomic_waker-e2ef744a8d212d78,libcordyceps-dfd5a12f3fdc2c12,libtokio_util-6f63feb5d4d5aac2,libfutures_util-52ae071499bdb712,libfutures_io-8a588218409a0a72,libslab-7d49860aff740478,libfutures_channel-e025d56841d652fd,libfutures_task-2fba8ee0980d06f0,libfutures_core-7252e840735b8748,libfutures_sink-63e9d960eb265abc,libtokio-5cfdff6656aca6b6,libsocket2-417be51e1115d250,libbytes-7fa99c9996959c98,libmio-21de7cf56980aa08,libwindows_sys-0c9e7361fa9dab2a,libwindows_link-750c1e8395263f2e,libpin_project_lite-8f01750316d5cd7f,libpin_project-d2fd588af98f177a,libiroh_base-cd4eadbe99bc9b3c,librand-de8626ecb355e840,libgetrandom-6e46645e280c4350,libchacha20-2239626ebe112ec8,libcpufeatures-ad65ba751b109ff1,libderive_more-10c4e33026245ec1,liburl-184633b9c79ab0ce,libidna-2eb1fb52f110159e,libidna_adapter-ee949d5f6ff39d57,libicu_properties-f377ce9aa238cd9c,libicu_properties_data-7931cf8a5dfdba74,libicu_normalizer-1ba3a433e7dc2241,libicu_normalizer_data-de2ccdb037cb6b3c,libicu_collections-299efef37ebf6421,libutf8_iter-8667528961b1857c,libpotential_utf-1fdbd22bc926b6ff,libicu_provider-ed6e031c9f108f07,libicu_locale_core-31e14abb28b75f4c,libtinystr-84a0553a0c094d40,liblitemap-405ce459934fb283,libwriteable-117a37e0863563eb,libzerovec-4ab20b9e3dc34e1d,libzerotrie-2da7be6347e67321,libyoke-2de3e3216a39c9ff,libstable_deref_trait-0e096ff5984b49fc,libzerofrom-af390e71bb95f5c2,libform_urlencoded-75eb2c5d40dbe775,libpercent_encoding-0aff148551bb810a,libed25519_dalek-9a9ee834e9be032c,libsha2-8cace948ae2e6d5f,libed25519-d51a67850575cb9b,libsignature-9671803ce5af0bab,libpkcs8-a1169071690f84d6,libspki-42bd612f542cd5bb,libder-18fe80a7689add1f,libpem_rfc7468-7623dc0ce520a633,libbase64ct-fd7b472ffe3384a9,libdata_encoding_macro-0e54f4c49fccfbf5,libcurve25519_dalek-c46dd87a36559eb7,librand_core-f5a4f9121bdf1050,libdigest-d565164163fe74d3,libconst_oid-a914ddb7b7344c42,libcrypto_common-a2e335e0df3a1e61,libblock_buffer-7cc5b76e81b90f24,libhybrid_array-891ddfc1e3340cc7,libn0_error-2009ee40cb58e819,libdata_encoding-78d18a20fed30b84,libspt_runtime-1225fe687a0ff9d2,libregex-4b3d8c0183b6a79f,libregex_automata-86cf6b44556a0444,libaho_corasick-2114ef6e31c299bf,libregex_syntax-43e21e70306c1292,libtoml-f17076c2fafda3bd,libtoml_edit-64fc598b636dff53,libserde_spanned-1f37eec570f37b5f,libwinnow-9060fa526873a459,libtoml_write-cbe0ee03e0822432,libtoml_datetime-452346770fb9ab3a,libschemars-3087fbf68ad7e654,libdyn_clone-2a79e79feefffffc,libref_cast-2a894f8d7459b2eb,libspt_store-2004f920cce027c8,libserde_json-17281f0e02bd2a5a,libmemchr-cb0a0fc22acd0836,libitoa-2fadb60393a045de,libzmij-b82215484eee4f22,libindexmap-041aae331fe12ea8,libequivalent-81775ab5d8154b89,libhashbrown-635befb600e68988,libfs2-509ec141a8cd0084,libwinapi-3ada3e42829efa8d,librusqlite-e6410a40587b2412,libbitflags-ac2f1c33302ac4cb,libsmallvec-0351b9b3b0d13bf4,libfallible_streaming_iterator-b9d1906a1096dee7,libfallible_iterator-ed130759af23d6c1,libhashlink-2da09f725f0306bc,libhashbrown-21e87604c4d20056,libahash-7f0b33588d29b971,libonce_cell-413813fe09b89788,libportable_atomic-64fa3d89ee64b215,libzerocopy-50fbb0b48fb600e7,liblibsqlite3_sys-abece50c6a4c2bc2,libspt_proto-0fd4aade255656a9,libed25519_dalek-97fab2c71a4e1d4b,libsha2-8b10433dc072d985,libcurve25519_dalek-8acc79d327bfa0b2,libcpufeatures-c232fa689cff9078,libzeroize-43316c5fd3484d22,librand_core-d7ec264f3ecb092b,libgetrandom-6d5f68613080b1be,libcfg_if-4be1d57b9cd9afec,libdigest-c21bf9f154372849,libsubtle-3e3d27900247595c,libblock_buffer-7afe031c92b89e1c,libcrypto_common-38bd24d386ad0136,libgeneric_array-6efae25bedc163a0,libtypenum-5b38d9aafac5529f,libed25519-1557411f44961c05,libsignature-7f41cf5669168da2,libserde-2cfe227265f9e30b,libserde_core-3ddf51a30c07af59}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_targets-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "user32.lib" "userenv.lib" "advapi32.lib" "C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib\\windows.0.52.0.lib" "iphlpapi.lib" "legacy_stdio_definitions.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "synchronization.lib" "user32.lib" "winspool.lib" "ws2_32.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\libsqlite3-sys-dfb857ecd39841b9\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\blake3-60c87a81e6cc6ba6\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\aws-lc-sys-1a05d93e0719da20\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\ring-9c61033a2441dbc4\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x64" "/LIBPATH:C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib" "/OUT:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps\\wanmsg-c8eb91adfdf12bd5.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustc4lLkEI\\wanmsg-0.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustc4lLkEI\\wanmsg-1.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustc4lLkEI\\wanmsg-2.natvis"
2026-06-18T11:15:37.2724368Z   = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-06-18T11:15:37.2725901Z   = note:    Creating library C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\wanmsg-c8eb91adfdf12bd5.lib and object C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\wanmsg-c8eb91adfdf12bd5.exp␍
2026-06-18T11:15:37.2727316Z           LINK : fatal error LNK1318: Unexpected PDB error; LIMIT (12) 'C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\wanmsg-c8eb91adfdf12bd5.pdb'␍
2026-06-18T11:15:37.2727979Z           
2026-06-18T11:15:37.2728116Z 
2026-06-18T11:15:37.2728264Z error: linking with `link.exe` failed: exit code: 1318
2026-06-18T11:15:37.2728563Z   |
2026-06-18T11:15:37.2799273Z   = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\decid\\AppData\\Local\\Temp\\rustcDAjy6L\\symbols.o" "<42 object files omitted>" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/libtempfile-e58c7f10086d5d2b.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libspt_daemon-fec883a7829a97aa,libspt_msg-345260dbf9ff089b,libwindows_sys-4cf78ffb6da01f45,libwindows_targets-8f35a6d2410dd7da,libspt_live-b6ec9d79609585d5,libspt_term-5bdc71bd59562e29,libportable_pty-50e6c123745e0772,libshell_words-ffdd3360205ad2fc,libserial-762a942977fa4ffd,libserial_windows-595ce9f6331e1d0c,libserial_core-dabc84def64fd077,libshared_library-a2db4a9aebb8d832,liblazy_static-415441d33699aa40,libfiledescriptor-f02ca740c6786a7d,libthiserror-3a80cdef0093bbd6,libwinreg-ea02f55e042548f0,libdowncast_rs-e6941c4902f6ccd7,libanyhow-7010c653578628de,libinterprocess-95598dbd831d4f3c,librecvmsg-da18d0ea0ced6ffc,libspt_net-ca2c97e93cdd672a,libsha1-e025bb9136e5f60c,libspake2-5d13153ba344aaf0,libhkdf-03831c7172bb7eab,libhmac-e996b185f044bfe1,libiroh-4c470328af3eb2d9,libpapaya-0618444e12d8f34e,libseize-a580e5e5af8e73f4,libswarm_discovery-07646c933e53549c,libacto-d6af9e642e0efc9b,libsmol_str-0f8c0897f08ffcc3,libportmapper-99f547a1380c003f,libigd_next-a1f9c7269c2f9d15,libattohttpc-56adeb9cba311fd3,libxmltree-4a03db13d97258e2,libxml-26483044fbb9318c,libctutils-a0b79bde140935c1,libcmov-4768121674cb5842,libbackon-5b9b222c9d362c61,libiroh_metrics-e13be9867bb4bc83,libryu-42a7cb369c870548,libnetwatch-4898f849e4ce56b8,libtime-c452403aebfbeeb7,libtime_core-be14b7c7919f9d91,libnum_conv-71bf51ac7a809923,libderanged-a1682ca4fd09151c,libpowerfmt-369395662f7ea5c2,libnetdev-b95623619be745e0,libmac_addr-f6740e45d8b44fb1,libwmi-06a01c3c1d29d6be,libfutures-84df367ef8092e27,libfutures_executor-fa6319b9a6f3c4f5,libchrono-f79f64d5f4cffdfd,libwindows-625f3bd0b8d0da3a,libwindows_core-3edf54885fd87c48,libn0_watcher-4c597d1cc8d0d223,libiroh_relay-54054fdff28c3ebc,libreqwest-ac75cf070f34b907,librustls_platform_verifier-6846bdf58951c3ec,libhyper_rustls-7742c2369416aeaf,libtower_http-71626f9beece9530,libtower-640b18737f051c37,libtower_layer-5d61ed3d375f5ba7,libsync_wrapper-33a0c82dec098f0c,liblru-6a2d28235ebddefc,libhashbrown-0be45c82ef4d2fe4,liballocator_api2-74a36ad2ebd40c9a,libfoldhash-63cf3bf441207ef8,libwebpki_roots-0cb47e919c855d01,libblake3-39ad0d1d460848f4,libconstant_time_eq-1b9617d4e0191e55,libarrayvec-b3ba1fb0bd31fc83,libarrayref-49e8e909773af2fa,libpostcard-1a0ba01e940490f0,libheapless-0bd5f7fe4483c57a,libspin-20816efa1c0eb4c1,libhash32-d729de8eba95d24e,libbyteorder-2ab53f25927e0c7b,libcobs-8a5c4c311e9d9e26,libserde_bytes-b513a61f7d547978,libtokio_websockets-aeb401b0f654b4ee,libsimdutf8-667f5f94b8438f8c,libsha1_smol-f4bc01e01fd07ce8,libnum_enum-fe12a30f688bcb7d,libiroh_dns-85912abe4be68870,libsimple_dns-bdedce416bc6f71d,libhickory_resolver-d4891d4aeb6156c4,libipconfig-66d4e77c8d58bf83,libwindows_registry-a9473cf978b94466,libwindows_strings-cdd50a4f08a97da4,libwindows_result-62cf4eed3b09e994,libwidestring-74284839effacb89,libmoka-86162c247365ef8b,libtagptr-9fae91e9c4c5e063,libcrossbeam_epoch-19f0377483d0280a,libuuid-04db0902594e461e,libcrossbeam_channel-6b095608c42a1ce1,libcrossbeam_utils-ccaed06cd2b6df87,libparking_lot-253b1d58a3dfcdce,libparking_lot_core-698c5356c1f3aef2,liblock_api-f09f5562bffb005d,libscopeguard-8cabf05fe32df8ac,libhickory_net-ba0de1f30139dec8,libtokio_rustls-8f3d91ce9d17c567,libhickory_proto-6fb0903785148aa2,libprefix_trie-716d668f7d8e3d03,libeither-abb73a39c16e4a13,libnum_traits-cdb7e0f32098cee6,libnoq-2dbbac4cdff21eb1,libtokio_stream-8782bf347136b812,libnoq_udp-abdc1b729314be72,liblibc-7f7a05fa01df7784,libnoq_proto-26c2ae5381efc97f,liblru_slab-72432835cdebfe02,libaes_gcm-a9b4ed04f49402ad,libctr-bda13d32cc6c2365,libghash-b06c034c3961670d,libpolyval-1b7b0a4419fb44e1,libopaque_debug-e9366cc65e663f43,libuniversal_hash-f79d2275c185ca63,libaes-c05bcfe4990cc176,libcipher-d7f8e593e73d54f7,libinout-7916ea02a824b55c,libaead-d1b8844edc4d82d4,libsorted_index_buffer-06bd2fb481a2a7be,libidentity_hash-7f9e28b8e2b1e340,librustc_hash-0e5cc03fc932024d,libtinyvec-79a21cfef3249c1a,libtinyvec_macros-7afdc6ba7a0e277d,libthiserror-3d740f595393d8d7,libstrum-5fc1058516af4ce4,libhyper_util-6f2ab7ade649def1,libbase64-b548805f762d34b4,libipnet-960057e6f47d82a4,libtower_service-145c4257e306c319,librustls-7cfaaef60fd7c74d,libwebpki-f6d500c00065fbc0,libaws_lc_rs-a9e6b53100d109d8,libaws_lc_sys-76bfac032332991f,libring-a3d923e71a32a56d,libuntrusted-f9064cf4d7107444,librustls_pki_types-5c2e8c1f48d64884,libhyper-bb193e905a04a989,libwant-bb3b44e7ecaed721,libtry_lock-8f5607fa3b62a4fe,libhttparse-f083573e91be1d29,libh2-54d4eb67a7c153f8,libfnv-cc596fa302da3c18,libatomic_waker-8c014cf46bcfea2d,libhttpdate-246d16398515f7a6,libhttp_body_util-ee0e6ed9b09a7763,libhttp_body-c0de5227f56d9c08,libhttp-de7cbc14c6f3977a,libtracing-98941201e0371249,liblog-92c32a39d373ca8e,libtracing_core-8379ba9026d4cfbe,libn0_future-021aa31d275fd773,libfutures_lite-08f88b6ab89b43bf,libparking-3bf4a70f06527366,libfastrand-a91393f78f5469a7,libfutures_buffered-b3e890b1922f70e1,libspin-f59ac4f4bc84eee6,libdiatomic_waker-e2ef744a8d212d78,libcordyceps-dfd5a12f3fdc2c12,libtokio_util-6f63feb5d4d5aac2,libfutures_util-52ae071499bdb712,libfutures_io-8a588218409a0a72,libslab-7d49860aff740478,libfutures_channel-e025d56841d652fd,libfutures_task-2fba8ee0980d06f0,libfutures_core-7252e840735b8748,libfutures_sink-63e9d960eb265abc,libtokio-5cfdff6656aca6b6,libsocket2-417be51e1115d250,libbytes-7fa99c9996959c98,libmio-21de7cf56980aa08,libwindows_sys-0c9e7361fa9dab2a,libwindows_link-750c1e8395263f2e,libpin_project_lite-8f01750316d5cd7f,libpin_project-d2fd588af98f177a,libiroh_base-cd4eadbe99bc9b3c,librand-de8626ecb355e840,libgetrandom-6e46645e280c4350,libchacha20-2239626ebe112ec8,libcpufeatures-ad65ba751b109ff1,libderive_more-10c4e33026245ec1,liburl-184633b9c79ab0ce,libidna-2eb1fb52f110159e,libidna_adapter-ee949d5f6ff39d57,libicu_properties-f377ce9aa238cd9c,libicu_properties_data-7931cf8a5dfdba74,libicu_normalizer-1ba3a433e7dc2241,libicu_normalizer_data-de2ccdb037cb6b3c,libicu_collections-299efef37ebf6421,libutf8_iter-8667528961b1857c,libpotential_utf-1fdbd22bc926b6ff,libicu_provider-ed6e031c9f108f07,libicu_locale_core-31e14abb28b75f4c,libtinystr-84a0553a0c094d40,liblitemap-405ce459934fb283,libwriteable-117a37e0863563eb,libzerovec-4ab20b9e3dc34e1d,libzerotrie-2da7be6347e67321,libyoke-2de3e3216a39c9ff,libstable_deref_trait-0e096ff5984b49fc,libzerofrom-af390e71bb95f5c2,libform_urlencoded-75eb2c5d40dbe775,libpercent_encoding-0aff148551bb810a,libed25519_dalek-9a9ee834e9be032c,libsha2-8cace948ae2e6d5f,libed25519-d51a67850575cb9b,libsignature-9671803ce5af0bab,libpkcs8-a1169071690f84d6,libspki-42bd612f542cd5bb,libder-18fe80a7689add1f,libpem_rfc7468-7623dc0ce520a633,libbase64ct-fd7b472ffe3384a9,libdata_encoding_macro-0e54f4c49fccfbf5,libcurve25519_dalek-c46dd87a36559eb7,librand_core-f5a4f9121bdf1050,libdigest-d565164163fe74d3,libconst_oid-a914ddb7b7344c42,libcrypto_common-a2e335e0df3a1e61,libblock_buffer-7cc5b76e81b90f24,libhybrid_array-891ddfc1e3340cc7,libn0_error-2009ee40cb58e819,libdata_encoding-78d18a20fed30b84,libspt_runtime-1225fe687a0ff9d2,libregex-4b3d8c0183b6a79f,libregex_automata-86cf6b44556a0444,libaho_corasick-2114ef6e31c299bf,libregex_syntax-43e21e70306c1292,libtoml-f17076c2fafda3bd,libtoml_edit-64fc598b636dff53,libserde_spanned-1f37eec570f37b5f,libwinnow-9060fa526873a459,libtoml_write-cbe0ee03e0822432,libtoml_datetime-452346770fb9ab3a,libschemars-3087fbf68ad7e654,libdyn_clone-2a79e79feefffffc,libref_cast-2a894f8d7459b2eb,libspt_store-2004f920cce027c8,libserde_json-17281f0e02bd2a5a,libmemchr-cb0a0fc22acd0836,libitoa-2fadb60393a045de,libzmij-b82215484eee4f22,libindexmap-041aae331fe12ea8,libequivalent-81775ab5d8154b89,libhashbrown-635befb600e68988,libfs2-509ec141a8cd0084,libwinapi-3ada3e42829efa8d,librusqlite-e6410a40587b2412,libbitflags-ac2f1c33302ac4cb,libsmallvec-0351b9b3b0d13bf4,libfallible_streaming_iterator-b9d1906a1096dee7,libfallible_iterator-ed130759af23d6c1,libhashlink-2da09f725f0306bc,libhashbrown-21e87604c4d20056,libahash-7f0b33588d29b971,libonce_cell-413813fe09b89788,libportable_atomic-64fa3d89ee64b215,libzerocopy-50fbb0b48fb600e7,liblibsqlite3_sys-abece50c6a4c2bc2,libspt_proto-0fd4aade255656a9,libed25519_dalek-97fab2c71a4e1d4b,libsha2-8b10433dc072d985,libcurve25519_dalek-8acc79d327bfa0b2,libcpufeatures-c232fa689cff9078,libzeroize-43316c5fd3484d22,librand_core-d7ec264f3ecb092b,libgetrandom-6d5f68613080b1be,libcfg_if-4be1d57b9cd9afec,libdigest-c21bf9f154372849,libsubtle-3e3d27900247595c,libblock_buffer-7afe031c92b89e1c,libcrypto_common-38bd24d386ad0136,libgeneric_array-6efae25bedc163a0,libtypenum-5b38d9aafac5529f,libed25519-1557411f44961c05,libsignature-7f41cf5669168da2,libserde-2cfe227265f9e30b,libserde_core-3ddf51a30c07af59}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_targets-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "user32.lib" "userenv.lib" "advapi32.lib" "C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib\\windows.0.52.0.lib" "iphlpapi.lib" "legacy_stdio_definitions.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "synchronization.lib" "user32.lib" "winspool.lib" "ws2_32.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\aws-lc-sys-1a05d93e0719da20\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\ring-9c61033a2441dbc4\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\libsqlite3-sys-dfb857ecd39841b9\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\blake3-60c87a81e6cc6ba6\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x64" "/LIBPATH:C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib" "/OUT:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps\\brain_survive-4877ea43681379ef.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcDAjy6L\\brain_survive-0.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcDAjy6L\\brain_survive-1.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcDAjy6L\\brain_survive-2.natvis"
2026-06-18T11:15:37.2873875Z   = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-06-18T11:15:37.2875470Z   = note:    Creating library C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\brain_survive-4877ea43681379ef.lib and object C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\brain_survive-4877ea43681379ef.exp␍
2026-06-18T11:15:37.2876881Z           LINK : fatal error LNK1318: Unexpected PDB error; LIMIT (12) 'C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\brain_survive-4877ea43681379ef.pdb'␍
2026-06-18T11:15:37.2877581Z           
2026-06-18T11:15:37.2877723Z 
2026-06-18T11:15:37.2877863Z error: linking with `link.exe` failed: exit code: 1318
2026-06-18T11:15:37.2878217Z   |
2026-06-18T11:15:37.2924671Z   = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\decid\\AppData\\Local\\Temp\\rustcJN3RLc\\symbols.o" "<59 object files omitted>" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/libtempfile-e58c7f10086d5d2b.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libspt_daemon-fec883a7829a97aa,libspt_msg-345260dbf9ff089b,libwindows_sys-4cf78ffb6da01f45,libwindows_targets-8f35a6d2410dd7da,libspt_live-b6ec9d79609585d5,libspt_term-5bdc71bd59562e29,libportable_pty-50e6c123745e0772,libshell_words-ffdd3360205ad2fc,libserial-762a942977fa4ffd,libserial_windows-595ce9f6331e1d0c,libserial_core-dabc84def64fd077,libshared_library-a2db4a9aebb8d832,liblazy_static-415441d33699aa40,libfiledescriptor-f02ca740c6786a7d,libthiserror-3a80cdef0093bbd6,libwinreg-ea02f55e042548f0,libdowncast_rs-e6941c4902f6ccd7,libanyhow-7010c653578628de,libinterprocess-95598dbd831d4f3c,librecvmsg-da18d0ea0ced6ffc,libspt_net-ca2c97e93cdd672a,libsha1-e025bb9136e5f60c,libspake2-5d13153ba344aaf0,libhkdf-03831c7172bb7eab,libhmac-e996b185f044bfe1,libiroh-4c470328af3eb2d9,libpapaya-0618444e12d8f34e,libseize-a580e5e5af8e73f4,libswarm_discovery-07646c933e53549c,libacto-d6af9e642e0efc9b,libsmol_str-0f8c0897f08ffcc3,libportmapper-99f547a1380c003f,libigd_next-a1f9c7269c2f9d15,libattohttpc-56adeb9cba311fd3,libxmltree-4a03db13d97258e2,libxml-26483044fbb9318c,libctutils-a0b79bde140935c1,libcmov-4768121674cb5842,libbackon-5b9b222c9d362c61,libiroh_metrics-e13be9867bb4bc83,libryu-42a7cb369c870548,libnetwatch-4898f849e4ce56b8,libtime-c452403aebfbeeb7,libtime_core-be14b7c7919f9d91,libnum_conv-71bf51ac7a809923,libderanged-a1682ca4fd09151c,libpowerfmt-369395662f7ea5c2,libnetdev-b95623619be745e0,libmac_addr-f6740e45d8b44fb1,libwmi-06a01c3c1d29d6be,libfutures-84df367ef8092e27,libfutures_executor-fa6319b9a6f3c4f5,libchrono-f79f64d5f4cffdfd,libwindows-625f3bd0b8d0da3a,libwindows_core-3edf54885fd87c48,libn0_watcher-4c597d1cc8d0d223,libiroh_relay-54054fdff28c3ebc,libreqwest-ac75cf070f34b907,librustls_platform_verifier-6846bdf58951c3ec,libhyper_rustls-7742c2369416aeaf,libtower_http-71626f9beece9530,libtower-640b18737f051c37,libtower_layer-5d61ed3d375f5ba7,libsync_wrapper-33a0c82dec098f0c,liblru-6a2d28235ebddefc,libhashbrown-0be45c82ef4d2fe4,liballocator_api2-74a36ad2ebd40c9a,libfoldhash-63cf3bf441207ef8,libwebpki_roots-0cb47e919c855d01,libblake3-39ad0d1d460848f4,libconstant_time_eq-1b9617d4e0191e55,libarrayvec-b3ba1fb0bd31fc83,libarrayref-49e8e909773af2fa,libpostcard-1a0ba01e940490f0,libheapless-0bd5f7fe4483c57a,libspin-20816efa1c0eb4c1,libhash32-d729de8eba95d24e,libbyteorder-2ab53f25927e0c7b,libcobs-8a5c4c311e9d9e26,libserde_bytes-b513a61f7d547978,libtokio_websockets-aeb401b0f654b4ee,libsimdutf8-667f5f94b8438f8c,libsha1_smol-f4bc01e01fd07ce8,libnum_enum-fe12a30f688bcb7d,libiroh_dns-85912abe4be68870,libsimple_dns-bdedce416bc6f71d,libhickory_resolver-d4891d4aeb6156c4,libipconfig-66d4e77c8d58bf83,libwindows_registry-a9473cf978b94466,libwindows_strings-cdd50a4f08a97da4,libwindows_result-62cf4eed3b09e994,libwidestring-74284839effacb89,libmoka-86162c247365ef8b,libtagptr-9fae91e9c4c5e063,libcrossbeam_epoch-19f0377483d0280a,libuuid-04db0902594e461e,libcrossbeam_channel-6b095608c42a1ce1,libcrossbeam_utils-ccaed06cd2b6df87,libparking_lot-253b1d58a3dfcdce,libparking_lot_core-698c5356c1f3aef2,liblock_api-f09f5562bffb005d,libscopeguard-8cabf05fe32df8ac,libhickory_net-ba0de1f30139dec8,libtokio_rustls-8f3d91ce9d17c567,libhickory_proto-6fb0903785148aa2,libprefix_trie-716d668f7d8e3d03,libeither-abb73a39c16e4a13,libnum_traits-cdb7e0f32098cee6,libnoq-2dbbac4cdff21eb1,libtokio_stream-8782bf347136b812,libnoq_udp-abdc1b729314be72,liblibc-7f7a05fa01df7784,libnoq_proto-26c2ae5381efc97f,liblru_slab-72432835cdebfe02,libaes_gcm-a9b4ed04f49402ad,libctr-bda13d32cc6c2365,libghash-b06c034c3961670d,libpolyval-1b7b0a4419fb44e1,libopaque_debug-e9366cc65e663f43,libuniversal_hash-f79d2275c185ca63,libaes-c05bcfe4990cc176,libcipher-d7f8e593e73d54f7,libinout-7916ea02a824b55c,libaead-d1b8844edc4d82d4,libsorted_index_buffer-06bd2fb481a2a7be,libidentity_hash-7f9e28b8e2b1e340,librustc_hash-0e5cc03fc932024d,libtinyvec-79a21cfef3249c1a,libtinyvec_macros-7afdc6ba7a0e277d,libthiserror-3d740f595393d8d7,libstrum-5fc1058516af4ce4,libhyper_util-6f2ab7ade649def1,libbase64-b548805f762d34b4,libipnet-960057e6f47d82a4,libtower_service-145c4257e306c319,librustls-7cfaaef60fd7c74d,libwebpki-f6d500c00065fbc0,libaws_lc_rs-a9e6b53100d109d8,libaws_lc_sys-76bfac032332991f,libring-a3d923e71a32a56d,libuntrusted-f9064cf4d7107444,librustls_pki_types-5c2e8c1f48d64884,libhyper-bb193e905a04a989,libwant-bb3b44e7ecaed721,libtry_lock-8f5607fa3b62a4fe,libhttparse-f083573e91be1d29,libh2-54d4eb67a7c153f8,libfnv-cc596fa302da3c18,libatomic_waker-8c014cf46bcfea2d,libhttpdate-246d16398515f7a6,libhttp_body_util-ee0e6ed9b09a7763,libhttp_body-c0de5227f56d9c08,libhttp-de7cbc14c6f3977a,libtracing-98941201e0371249,liblog-92c32a39d373ca8e,libtracing_core-8379ba9026d4cfbe,libn0_future-021aa31d275fd773,libfutures_lite-08f88b6ab89b43bf,libparking-3bf4a70f06527366,libfastrand-a91393f78f5469a7,libfutures_buffered-b3e890b1922f70e1,libspin-f59ac4f4bc84eee6,libdiatomic_waker-e2ef744a8d212d78,libcordyceps-dfd5a12f3fdc2c12,libtokio_util-6f63feb5d4d5aac2,libfutures_util-52ae071499bdb712,libfutures_io-8a588218409a0a72,libslab-7d49860aff740478,libfutures_channel-e025d56841d652fd,libfutures_task-2fba8ee0980d06f0,libfutures_core-7252e840735b8748,libfutures_sink-63e9d960eb265abc,libtokio-5cfdff6656aca6b6,libsocket2-417be51e1115d250,libbytes-7fa99c9996959c98,libmio-21de7cf56980aa08,libwindows_sys-0c9e7361fa9dab2a,libwindows_link-750c1e8395263f2e,libpin_project_lite-8f01750316d5cd7f,libpin_project-d2fd588af98f177a,libiroh_base-cd4eadbe99bc9b3c,librand-de8626ecb355e840,libgetrandom-6e46645e280c4350,libchacha20-2239626ebe112ec8,libcpufeatures-ad65ba751b109ff1,libderive_more-10c4e33026245ec1,liburl-184633b9c79ab0ce,libidna-2eb1fb52f110159e,libidna_adapter-ee949d5f6ff39d57,libicu_properties-f377ce9aa238cd9c,libicu_properties_data-7931cf8a5dfdba74,libicu_normalizer-1ba3a433e7dc2241,libicu_normalizer_data-de2ccdb037cb6b3c,libicu_collections-299efef37ebf6421,libutf8_iter-8667528961b1857c,libpotential_utf-1fdbd22bc926b6ff,libicu_provider-ed6e031c9f108f07,libicu_locale_core-31e14abb28b75f4c,libtinystr-84a0553a0c094d40,liblitemap-405ce459934fb283,libwriteable-117a37e0863563eb,libzerovec-4ab20b9e3dc34e1d,libzerotrie-2da7be6347e67321,libyoke-2de3e3216a39c9ff,libstable_deref_trait-0e096ff5984b49fc,libzerofrom-af390e71bb95f5c2,libform_urlencoded-75eb2c5d40dbe775,libpercent_encoding-0aff148551bb810a,libed25519_dalek-9a9ee834e9be032c,libsha2-8cace948ae2e6d5f,libed25519-d51a67850575cb9b,libsignature-9671803ce5af0bab,libpkcs8-a1169071690f84d6,libspki-42bd612f542cd5bb,libder-18fe80a7689add1f,libpem_rfc7468-7623dc0ce520a633,libbase64ct-fd7b472ffe3384a9,libdata_encoding_macro-0e54f4c49fccfbf5,libcurve25519_dalek-c46dd87a36559eb7,librand_core-f5a4f9121bdf1050,libdigest-d565164163fe74d3,libconst_oid-a914ddb7b7344c42,libcrypto_common-a2e335e0df3a1e61,libblock_buffer-7cc5b76e81b90f24,libhybrid_array-891ddfc1e3340cc7,libn0_error-2009ee40cb58e819,libdata_encoding-78d18a20fed30b84,libspt_runtime-1225fe687a0ff9d2,libregex-4b3d8c0183b6a79f,libregex_automata-86cf6b44556a0444,libaho_corasick-2114ef6e31c299bf,libregex_syntax-43e21e70306c1292,libtoml-f17076c2fafda3bd,libtoml_edit-64fc598b636dff53,libserde_spanned-1f37eec570f37b5f,libwinnow-9060fa526873a459,libtoml_write-cbe0ee03e0822432,libtoml_datetime-452346770fb9ab3a,libschemars-3087fbf68ad7e654,libdyn_clone-2a79e79feefffffc,libref_cast-2a894f8d7459b2eb,libspt_store-2004f920cce027c8,libserde_json-17281f0e02bd2a5a,libmemchr-cb0a0fc22acd0836,libitoa-2fadb60393a045de,libzmij-b82215484eee4f22,libindexmap-041aae331fe12ea8,libequivalent-81775ab5d8154b89,libhashbrown-635befb600e68988,libfs2-509ec141a8cd0084,libwinapi-3ada3e42829efa8d,librusqlite-e6410a40587b2412,libbitflags-ac2f1c33302ac4cb,libsmallvec-0351b9b3b0d13bf4,libfallible_streaming_iterator-b9d1906a1096dee7,libfallible_iterator-ed130759af23d6c1,libhashlink-2da09f725f0306bc,libhashbrown-21e87604c4d20056,libahash-7f0b33588d29b971,libonce_cell-413813fe09b89788,libportable_atomic-64fa3d89ee64b215,libzerocopy-50fbb0b48fb600e7,liblibsqlite3_sys-abece50c6a4c2bc2,libspt_proto-0fd4aade255656a9,libed25519_dalek-97fab2c71a4e1d4b,libsha2-8b10433dc072d985,libcurve25519_dalek-8acc79d327bfa0b2,libcpufeatures-c232fa689cff9078,libzeroize-43316c5fd3484d22,librand_core-d7ec264f3ecb092b,libgetrandom-6d5f68613080b1be,libcfg_if-4be1d57b9cd9afec,libdigest-c21bf9f154372849,libsubtle-3e3d27900247595c,libblock_buffer-7afe031c92b89e1c,libcrypto_common-38bd24d386ad0136,libgeneric_array-6efae25bedc163a0,libtypenum-5b38d9aafac5529f,libed25519-1557411f44961c05,libsignature-7f41cf5669168da2,libserde-2cfe227265f9e30b,libserde_core-3ddf51a30c07af59}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_targets-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "user32.lib" "userenv.lib" "advapi32.lib" "C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib\\windows.0.52.0.lib" "iphlpapi.lib" "legacy_stdio_definitions.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "synchronization.lib" "user32.lib" "winspool.lib" "ws2_32.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\aws-lc-sys-1a05d93e0719da20\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\ring-9c61033a2441dbc4\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\libsqlite3-sys-dfb857ecd39841b9\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\blake3-60c87a81e6cc6ba6\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x64" "/LIBPATH:C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib" "/OUT:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps\\gateway_owner_shell_e2e-4a557e955ecf05bf.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcJN3RLc\\gateway_owner_shell_e2e-0.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcJN3RLc\\gateway_owner_shell_e2e-1.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcJN3RLc\\gateway_owner_shell_e2e-2.natvis"
2026-06-18T11:15:37.2972102Z   = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-06-18T11:15:37.2973515Z   = note:    Creating library C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\gateway_owner_shell_e2e-4a557e955ecf05bf.lib and object C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\gateway_owner_shell_e2e-4a557e955ecf05bf.exp␍
2026-06-18T11:15:37.2975393Z           LINK : fatal error LNK1318: Unexpected PDB error; FILE_SYSTEM (3) 'C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\gateway_owner_shell_e2e-4a557e955ecf05bf.pdb'␍
2026-06-18T11:15:37.2976173Z           
2026-06-18T11:15:37.2976317Z 
2026-06-18T11:15:37.2976464Z error: linking with `link.exe` failed: exit code: 1318
2026-06-18T11:15:37.2976844Z   |
2026-06-18T11:15:37.3026105Z   = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\decid\\AppData\\Local\\Temp\\rustclpZoye\\symbols.o" "<66 object files omitted>" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libtempfile-e58c7f10086d5d2b,libspt_daemon-fec883a7829a97aa,libspt_msg-345260dbf9ff089b,libwindows_sys-4cf78ffb6da01f45,libwindows_targets-8f35a6d2410dd7da,libspt_live-b6ec9d79609585d5,libspt_term-5bdc71bd59562e29,libportable_pty-50e6c123745e0772,libshell_words-ffdd3360205ad2fc,libserial-762a942977fa4ffd,libserial_windows-595ce9f6331e1d0c,libserial_core-dabc84def64fd077,libshared_library-a2db4a9aebb8d832,liblazy_static-415441d33699aa40,libfiledescriptor-f02ca740c6786a7d,libthiserror-3a80cdef0093bbd6,libwinreg-ea02f55e042548f0,libdowncast_rs-e6941c4902f6ccd7,libanyhow-7010c653578628de,libinterprocess-95598dbd831d4f3c,librecvmsg-da18d0ea0ced6ffc,libspt_net-ca2c97e93cdd672a,libsha1-e025bb9136e5f60c,libspake2-5d13153ba344aaf0,libhkdf-03831c7172bb7eab,libhmac-e996b185f044bfe1,libiroh-4c470328af3eb2d9,libpapaya-0618444e12d8f34e,libseize-a580e5e5af8e73f4,libswarm_discovery-07646c933e53549c,libacto-d6af9e642e0efc9b,libsmol_str-0f8c0897f08ffcc3,libportmapper-99f547a1380c003f,libigd_next-a1f9c7269c2f9d15,libattohttpc-56adeb9cba311fd3,libxmltree-4a03db13d97258e2,libxml-26483044fbb9318c,libctutils-a0b79bde140935c1,libcmov-4768121674cb5842,libbackon-5b9b222c9d362c61,libiroh_metrics-e13be9867bb4bc83,libryu-42a7cb369c870548,libnetwatch-4898f849e4ce56b8,libtime-c452403aebfbeeb7,libtime_core-be14b7c7919f9d91,libnum_conv-71bf51ac7a809923,libderanged-a1682ca4fd09151c,libpowerfmt-369395662f7ea5c2,libnetdev-b95623619be745e0,libmac_addr-f6740e45d8b44fb1,libwmi-06a01c3c1d29d6be,libfutures-84df367ef8092e27,libfutures_executor-fa6319b9a6f3c4f5,libchrono-f79f64d5f4cffdfd,libwindows-625f3bd0b8d0da3a,libwindows_core-3edf54885fd87c48,libn0_watcher-4c597d1cc8d0d223,libiroh_relay-54054fdff28c3ebc,libreqwest-ac75cf070f34b907,librustls_platform_verifier-6846bdf58951c3ec,libhyper_rustls-7742c2369416aeaf,libtower_http-71626f9beece9530,libtower-640b18737f051c37,libtower_layer-5d61ed3d375f5ba7,libsync_wrapper-33a0c82dec098f0c,liblru-6a2d28235ebddefc,libhashbrown-0be45c82ef4d2fe4,liballocator_api2-74a36ad2ebd40c9a,libfoldhash-63cf3bf441207ef8,libwebpki_roots-0cb47e919c855d01,libblake3-39ad0d1d460848f4,libconstant_time_eq-1b9617d4e0191e55,libarrayvec-b3ba1fb0bd31fc83,libarrayref-49e8e909773af2fa,libpostcard-1a0ba01e940490f0,libheapless-0bd5f7fe4483c57a,libspin-20816efa1c0eb4c1,libhash32-d729de8eba95d24e,libbyteorder-2ab53f25927e0c7b,libcobs-8a5c4c311e9d9e26,libserde_bytes-b513a61f7d547978,libtokio_websockets-aeb401b0f654b4ee,libsimdutf8-667f5f94b8438f8c,libsha1_smol-f4bc01e01fd07ce8,libnum_enum-fe12a30f688bcb7d,libiroh_dns-85912abe4be68870,libsimple_dns-bdedce416bc6f71d,libhickory_resolver-d4891d4aeb6156c4,libipconfig-66d4e77c8d58bf83,libwindows_registry-a9473cf978b94466,libwindows_strings-cdd50a4f08a97da4,libwindows_result-62cf4eed3b09e994,libwidestring-74284839effacb89,libmoka-86162c247365ef8b,libtagptr-9fae91e9c4c5e063,libcrossbeam_epoch-19f0377483d0280a,libuuid-04db0902594e461e,libcrossbeam_channel-6b095608c42a1ce1,libcrossbeam_utils-ccaed06cd2b6df87,libparking_lot-253b1d58a3dfcdce,libparking_lot_core-698c5356c1f3aef2,liblock_api-f09f5562bffb005d,libscopeguard-8cabf05fe32df8ac,libhickory_net-ba0de1f30139dec8,libtokio_rustls-8f3d91ce9d17c567,libhickory_proto-6fb0903785148aa2,libprefix_trie-716d668f7d8e3d03,libeither-abb73a39c16e4a13,libnum_traits-cdb7e0f32098cee6,libnoq-2dbbac4cdff21eb1,libtokio_stream-8782bf347136b812,libnoq_udp-abdc1b729314be72,liblibc-7f7a05fa01df7784,libnoq_proto-26c2ae5381efc97f,liblru_slab-72432835cdebfe02,libaes_gcm-a9b4ed04f49402ad,libctr-bda13d32cc6c2365,libghash-b06c034c3961670d,libpolyval-1b7b0a4419fb44e1,libopaque_debug-e9366cc65e663f43,libuniversal_hash-f79d2275c185ca63,libaes-c05bcfe4990cc176,libcipher-d7f8e593e73d54f7,libinout-7916ea02a824b55c,libaead-d1b8844edc4d82d4,libsorted_index_buffer-06bd2fb481a2a7be,libidentity_hash-7f9e28b8e2b1e340,librustc_hash-0e5cc03fc932024d,libtinyvec-79a21cfef3249c1a,libtinyvec_macros-7afdc6ba7a0e277d,libthiserror-3d740f595393d8d7,libstrum-5fc1058516af4ce4,libhyper_util-6f2ab7ade649def1,libbase64-b548805f762d34b4,libipnet-960057e6f47d82a4,libtower_service-145c4257e306c319,librustls-7cfaaef60fd7c74d,libwebpki-f6d500c00065fbc0,libaws_lc_rs-a9e6b53100d109d8,libaws_lc_sys-76bfac032332991f,libring-a3d923e71a32a56d,libuntrusted-f9064cf4d7107444,librustls_pki_types-5c2e8c1f48d64884,libhyper-bb193e905a04a989,libwant-bb3b44e7ecaed721,libtry_lock-8f5607fa3b62a4fe,libhttparse-f083573e91be1d29,libh2-54d4eb67a7c153f8,libfnv-cc596fa302da3c18,libatomic_waker-8c014cf46bcfea2d,libhttpdate-246d16398515f7a6,libhttp_body_util-ee0e6ed9b09a7763,libhttp_body-c0de5227f56d9c08,libhttp-de7cbc14c6f3977a,libtracing-98941201e0371249,liblog-92c32a39d373ca8e,libtracing_core-8379ba9026d4cfbe,libn0_future-021aa31d275fd773,libfutures_lite-08f88b6ab89b43bf,libparking-3bf4a70f06527366,libfastrand-a91393f78f5469a7,libfutures_buffered-b3e890b1922f70e1,libspin-f59ac4f4bc84eee6,libdiatomic_waker-e2ef744a8d212d78,libcordyceps-dfd5a12f3fdc2c12,libtokio_util-6f63feb5d4d5aac2,libfutures_util-52ae071499bdb712,libfutures_io-8a588218409a0a72,libslab-7d49860aff740478,libfutures_channel-e025d56841d652fd,libfutures_task-2fba8ee0980d06f0,libfutures_core-7252e840735b8748,libfutures_sink-63e9d960eb265abc,libtokio-5cfdff6656aca6b6,libsocket2-417be51e1115d250,libbytes-7fa99c9996959c98,libmio-21de7cf56980aa08,libwindows_sys-0c9e7361fa9dab2a,libwindows_link-750c1e8395263f2e,libpin_project_lite-8f01750316d5cd7f,libpin_project-d2fd588af98f177a,libiroh_base-cd4eadbe99bc9b3c,librand-de8626ecb355e840,libgetrandom-6e46645e280c4350,libchacha20-2239626ebe112ec8,libcpufeatures-ad65ba751b109ff1,libderive_more-10c4e33026245ec1,liburl-184633b9c79ab0ce,libidna-2eb1fb52f110159e,libidna_adapter-ee949d5f6ff39d57,libicu_properties-f377ce9aa238cd9c,libicu_properties_data-7931cf8a5dfdba74,libicu_normalizer-1ba3a433e7dc2241,libicu_normalizer_data-de2ccdb037cb6b3c,libicu_collections-299efef37ebf6421,libutf8_iter-8667528961b1857c,libpotential_utf-1fdbd22bc926b6ff,libicu_provider-ed6e031c9f108f07,libicu_locale_core-31e14abb28b75f4c,libtinystr-84a0553a0c094d40,liblitemap-405ce459934fb283,libwriteable-117a37e0863563eb,libzerovec-4ab20b9e3dc34e1d,libzerotrie-2da7be6347e67321,libyoke-2de3e3216a39c9ff,libstable_deref_trait-0e096ff5984b49fc,libzerofrom-af390e71bb95f5c2,libform_urlencoded-75eb2c5d40dbe775,libpercent_encoding-0aff148551bb810a,libed25519_dalek-9a9ee834e9be032c,libsha2-8cace948ae2e6d5f,libed25519-d51a67850575cb9b,libsignature-9671803ce5af0bab,libpkcs8-a1169071690f84d6,libspki-42bd612f542cd5bb,libder-18fe80a7689add1f,libpem_rfc7468-7623dc0ce520a633,libbase64ct-fd7b472ffe3384a9,libdata_encoding_macro-0e54f4c49fccfbf5,libcurve25519_dalek-c46dd87a36559eb7,librand_core-f5a4f9121bdf1050,libdigest-d565164163fe74d3,libconst_oid-a914ddb7b7344c42,libcrypto_common-a2e335e0df3a1e61,libblock_buffer-7cc5b76e81b90f24,libhybrid_array-891ddfc1e3340cc7,libn0_error-2009ee40cb58e819,libdata_encoding-78d18a20fed30b84,libspt_runtime-1225fe687a0ff9d2,libregex-4b3d8c0183b6a79f,libregex_automata-86cf6b44556a0444,libaho_corasick-2114ef6e31c299bf,libregex_syntax-43e21e70306c1292,libtoml-f17076c2fafda3bd,libtoml_edit-64fc598b636dff53,libserde_spanned-1f37eec570f37b5f,libwinnow-9060fa526873a459,libtoml_write-cbe0ee03e0822432,libtoml_datetime-452346770fb9ab3a,libschemars-3087fbf68ad7e654,libdyn_clone-2a79e79feefffffc,libref_cast-2a894f8d7459b2eb,libspt_store-2004f920cce027c8,libserde_json-17281f0e02bd2a5a,libmemchr-cb0a0fc22acd0836,libitoa-2fadb60393a045de,libzmij-b82215484eee4f22,libindexmap-041aae331fe12ea8,libequivalent-81775ab5d8154b89,libhashbrown-635befb600e68988,libfs2-509ec141a8cd0084,libwinapi-3ada3e42829efa8d,librusqlite-e6410a40587b2412,libbitflags-ac2f1c33302ac4cb,libsmallvec-0351b9b3b0d13bf4,libfallible_streaming_iterator-b9d1906a1096dee7,libfallible_iterator-ed130759af23d6c1,libhashlink-2da09f725f0306bc,libhashbrown-21e87604c4d20056,libahash-7f0b33588d29b971,libonce_cell-413813fe09b89788,libportable_atomic-64fa3d89ee64b215,libzerocopy-50fbb0b48fb600e7,liblibsqlite3_sys-abece50c6a4c2bc2,libspt_proto-0fd4aade255656a9,libed25519_dalek-97fab2c71a4e1d4b,libsha2-8b10433dc072d985,libcurve25519_dalek-8acc79d327bfa0b2,libcpufeatures-c232fa689cff9078,libzeroize-43316c5fd3484d22,librand_core-d7ec264f3ecb092b,libgetrandom-6d5f68613080b1be,libcfg_if-4be1d57b9cd9afec,libdigest-c21bf9f154372849,libsubtle-3e3d27900247595c,libblock_buffer-7afe031c92b89e1c,libcrypto_common-38bd24d386ad0136,libgeneric_array-6efae25bedc163a0,libtypenum-5b38d9aafac5529f,libed25519-1557411f44961c05,libsignature-7f41cf5669168da2,libserde-2cfe227265f9e30b,libserde_core-3ddf51a30c07af59}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_targets-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "user32.lib" "userenv.lib" "advapi32.lib" "C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib\\windows.0.52.0.lib" "iphlpapi.lib" "legacy_stdio_definitions.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "synchronization.lib" "user32.lib" "winspool.lib" "ws2_32.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\libsqlite3-sys-dfb857ecd39841b9\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\blake3-60c87a81e6cc6ba6\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\aws-lc-sys-1a05d93e0719da20\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\ring-9c61033a2441dbc4\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x64" "/LIBPATH:C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib" "/OUT:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps\\sync-68a7b2a60bbe9351.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustclpZoye\\sync-0.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustclpZoye\\sync-1.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustclpZoye\\sync-2.natvis"
2026-06-18T11:15:37.3076044Z   = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-06-18T11:15:37.3077432Z   = note:    Creating library C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\sync-68a7b2a60bbe9351.lib and object C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\sync-68a7b2a60bbe9351.exp␍
2026-06-18T11:15:37.3078970Z           LINK : fatal error LNK1318: Unexpected PDB error; LIMIT (12) 'C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\sync-68a7b2a60bbe9351.pdb'␍
2026-06-18T11:15:37.3079735Z           
2026-06-18T11:15:37.3079923Z 
2026-06-18T11:15:37.3080195Z error: could not compile `spt` (test "brain_survive") due to 1 previous error
2026-06-18T11:15:37.3081005Z error: could not compile `spt-daemon` (test "wanmsg") due to 1 previous error
2026-06-18T11:15:37.3081675Z error: could not compile `spt` (test "gateway_owner_shell_e2e") due to 1 previous error
2026-06-18T11:15:37.3147439Z error: could not compile `spt-daemon` (test "sync") due to 1 previous error
2026-06-18T11:15:37.3598559Z error: linking with `link.exe` failed: exit code: 1140
2026-06-18T11:15:37.3599262Z   |
2026-06-18T11:15:37.3650705Z   = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\decid\\AppData\\Local\\Temp\\rustcRZLwzl\\symbols.o" "<82 object files omitted>" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/libtempfile-e58c7f10086d5d2b.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libspt_daemon-fec883a7829a97aa,libspt_msg-345260dbf9ff089b,libwindows_sys-4cf78ffb6da01f45,libwindows_targets-8f35a6d2410dd7da,libspt_live-b6ec9d79609585d5,libspt_term-5bdc71bd59562e29,libportable_pty-50e6c123745e0772,libshell_words-ffdd3360205ad2fc,libserial-762a942977fa4ffd,libserial_windows-595ce9f6331e1d0c,libserial_core-dabc84def64fd077,libshared_library-a2db4a9aebb8d832,liblazy_static-415441d33699aa40,libfiledescriptor-f02ca740c6786a7d,libthiserror-3a80cdef0093bbd6,libwinreg-ea02f55e042548f0,libdowncast_rs-e6941c4902f6ccd7,libanyhow-7010c653578628de,libinterprocess-95598dbd831d4f3c,librecvmsg-da18d0ea0ced6ffc,libspt_net-ca2c97e93cdd672a,libsha1-e025bb9136e5f60c,libspake2-5d13153ba344aaf0,libhkdf-03831c7172bb7eab,libhmac-e996b185f044bfe1,libiroh-4c470328af3eb2d9,libpapaya-0618444e12d8f34e,libseize-a580e5e5af8e73f4,libswarm_discovery-07646c933e53549c,libacto-d6af9e642e0efc9b,libsmol_str-0f8c0897f08ffcc3,libportmapper-99f547a1380c003f,libigd_next-a1f9c7269c2f9d15,libattohttpc-56adeb9cba311fd3,libxmltree-4a03db13d97258e2,libxml-26483044fbb9318c,libctutils-a0b79bde140935c1,libcmov-4768121674cb5842,libbackon-5b9b222c9d362c61,libiroh_metrics-e13be9867bb4bc83,libryu-42a7cb369c870548,libnetwatch-4898f849e4ce56b8,libtime-c452403aebfbeeb7,libtime_core-be14b7c7919f9d91,libnum_conv-71bf51ac7a809923,libderanged-a1682ca4fd09151c,libpowerfmt-369395662f7ea5c2,libnetdev-b95623619be745e0,libmac_addr-f6740e45d8b44fb1,libwmi-06a01c3c1d29d6be,libfutures-84df367ef8092e27,libfutures_executor-fa6319b9a6f3c4f5,libchrono-f79f64d5f4cffdfd,libwindows-625f3bd0b8d0da3a,libwindows_core-3edf54885fd87c48,libn0_watcher-4c597d1cc8d0d223,libiroh_relay-54054fdff28c3ebc,libreqwest-ac75cf070f34b907,librustls_platform_verifier-6846bdf58951c3ec,libhyper_rustls-7742c2369416aeaf,libtower_http-71626f9beece9530,libtower-640b18737f051c37,libtower_layer-5d61ed3d375f5ba7,libsync_wrapper-33a0c82dec098f0c,liblru-6a2d28235ebddefc,libhashbrown-0be45c82ef4d2fe4,liballocator_api2-74a36ad2ebd40c9a,libfoldhash-63cf3bf441207ef8,libwebpki_roots-0cb47e919c855d01,libblake3-39ad0d1d460848f4,libconstant_time_eq-1b9617d4e0191e55,libarrayvec-b3ba1fb0bd31fc83,libarrayref-49e8e909773af2fa,libpostcard-1a0ba01e940490f0,libheapless-0bd5f7fe4483c57a,libspin-20816efa1c0eb4c1,libhash32-d729de8eba95d24e,libbyteorder-2ab53f25927e0c7b,libcobs-8a5c4c311e9d9e26,libserde_bytes-b513a61f7d547978,libtokio_websockets-aeb401b0f654b4ee,libsimdutf8-667f5f94b8438f8c,libsha1_smol-f4bc01e01fd07ce8,libnum_enum-fe12a30f688bcb7d,libiroh_dns-85912abe4be68870,libsimple_dns-bdedce416bc6f71d,libhickory_resolver-d4891d4aeb6156c4,libipconfig-66d4e77c8d58bf83,libwindows_registry-a9473cf978b94466,libwindows_strings-cdd50a4f08a97da4,libwindows_result-62cf4eed3b09e994,libwidestring-74284839effacb89,libmoka-86162c247365ef8b,libtagptr-9fae91e9c4c5e063,libcrossbeam_epoch-19f0377483d0280a,libuuid-04db0902594e461e,libcrossbeam_channel-6b095608c42a1ce1,libcrossbeam_utils-ccaed06cd2b6df87,libparking_lot-253b1d58a3dfcdce,libparking_lot_core-698c5356c1f3aef2,liblock_api-f09f5562bffb005d,libscopeguard-8cabf05fe32df8ac,libhickory_net-ba0de1f30139dec8,libtokio_rustls-8f3d91ce9d17c567,libhickory_proto-6fb0903785148aa2,libprefix_trie-716d668f7d8e3d03,libeither-abb73a39c16e4a13,libnum_traits-cdb7e0f32098cee6,libnoq-2dbbac4cdff21eb1,libtokio_stream-8782bf347136b812,libnoq_udp-abdc1b729314be72,liblibc-7f7a05fa01df7784,libnoq_proto-26c2ae5381efc97f,liblru_slab-72432835cdebfe02,libaes_gcm-a9b4ed04f49402ad,libctr-bda13d32cc6c2365,libghash-b06c034c3961670d,libpolyval-1b7b0a4419fb44e1,libopaque_debug-e9366cc65e663f43,libuniversal_hash-f79d2275c185ca63,libaes-c05bcfe4990cc176,libcipher-d7f8e593e73d54f7,libinout-7916ea02a824b55c,libaead-d1b8844edc4d82d4,libsorted_index_buffer-06bd2fb481a2a7be,libidentity_hash-7f9e28b8e2b1e340,librustc_hash-0e5cc03fc932024d,libtinyvec-79a21cfef3249c1a,libtinyvec_macros-7afdc6ba7a0e277d,libthiserror-3d740f595393d8d7,libstrum-5fc1058516af4ce4,libhyper_util-6f2ab7ade649def1,libbase64-b548805f762d34b4,libipnet-960057e6f47d82a4,libtower_service-145c4257e306c319,librustls-7cfaaef60fd7c74d,libwebpki-f6d500c00065fbc0,libaws_lc_rs-a9e6b53100d109d8,libaws_lc_sys-76bfac032332991f,libring-a3d923e71a32a56d,libuntrusted-f9064cf4d7107444,librustls_pki_types-5c2e8c1f48d64884,libhyper-bb193e905a04a989,libwant-bb3b44e7ecaed721,libtry_lock-8f5607fa3b62a4fe,libhttparse-f083573e91be1d29,libh2-54d4eb67a7c153f8,libfnv-cc596fa302da3c18,libatomic_waker-8c014cf46bcfea2d,libhttpdate-246d16398515f7a6,libhttp_body_util-ee0e6ed9b09a7763,libhttp_body-c0de5227f56d9c08,libhttp-de7cbc14c6f3977a,libtracing-98941201e0371249,liblog-92c32a39d373ca8e,libtracing_core-8379ba9026d4cfbe,libn0_future-021aa31d275fd773,libfutures_lite-08f88b6ab89b43bf,libparking-3bf4a70f06527366,libfastrand-a91393f78f5469a7,libfutures_buffered-b3e890b1922f70e1,libspin-f59ac4f4bc84eee6,libdiatomic_waker-e2ef744a8d212d78,libcordyceps-dfd5a12f3fdc2c12,libtokio_util-6f63feb5d4d5aac2,libfutures_util-52ae071499bdb712,libfutures_io-8a588218409a0a72,libslab-7d49860aff740478,libfutures_channel-e025d56841d652fd,libfutures_task-2fba8ee0980d06f0,libfutures_core-7252e840735b8748,libfutures_sink-63e9d960eb265abc,libtokio-5cfdff6656aca6b6,libsocket2-417be51e1115d250,libbytes-7fa99c9996959c98,libmio-21de7cf56980aa08,libwindows_sys-0c9e7361fa9dab2a,libwindows_link-750c1e8395263f2e,libpin_project_lite-8f01750316d5cd7f,libpin_project-d2fd588af98f177a,libiroh_base-cd4eadbe99bc9b3c,librand-de8626ecb355e840,libgetrandom-6e46645e280c4350,libchacha20-2239626ebe112ec8,libcpufeatures-ad65ba751b109ff1,libderive_more-10c4e33026245ec1,liburl-184633b9c79ab0ce,libidna-2eb1fb52f110159e,libidna_adapter-ee949d5f6ff39d57,libicu_properties-f377ce9aa238cd9c,libicu_properties_data-7931cf8a5dfdba74,libicu_normalizer-1ba3a433e7dc2241,libicu_normalizer_data-de2ccdb037cb6b3c,libicu_collections-299efef37ebf6421,libutf8_iter-8667528961b1857c,libpotential_utf-1fdbd22bc926b6ff,libicu_provider-ed6e031c9f108f07,libicu_locale_core-31e14abb28b75f4c,libtinystr-84a0553a0c094d40,liblitemap-405ce459934fb283,libwriteable-117a37e0863563eb,libzerovec-4ab20b9e3dc34e1d,libzerotrie-2da7be6347e67321,libyoke-2de3e3216a39c9ff,libstable_deref_trait-0e096ff5984b49fc,libzerofrom-af390e71bb95f5c2,libform_urlencoded-75eb2c5d40dbe775,libpercent_encoding-0aff148551bb810a,libed25519_dalek-9a9ee834e9be032c,libsha2-8cace948ae2e6d5f,libed25519-d51a67850575cb9b,libsignature-9671803ce5af0bab,libpkcs8-a1169071690f84d6,libspki-42bd612f542cd5bb,libder-18fe80a7689add1f,libpem_rfc7468-7623dc0ce520a633,libbase64ct-fd7b472ffe3384a9,libdata_encoding_macro-0e54f4c49fccfbf5,libcurve25519_dalek-c46dd87a36559eb7,librand_core-f5a4f9121bdf1050,libdigest-d565164163fe74d3,libconst_oid-a914ddb7b7344c42,libcrypto_common-a2e335e0df3a1e61,libblock_buffer-7cc5b76e81b90f24,libhybrid_array-891ddfc1e3340cc7,libn0_error-2009ee40cb58e819,libdata_encoding-78d18a20fed30b84,libspt_runtime-1225fe687a0ff9d2,libregex-4b3d8c0183b6a79f,libregex_automata-86cf6b44556a0444,libaho_corasick-2114ef6e31c299bf,libregex_syntax-43e21e70306c1292,libtoml-f17076c2fafda3bd,libtoml_edit-64fc598b636dff53,libserde_spanned-1f37eec570f37b5f,libwinnow-9060fa526873a459,libtoml_write-cbe0ee03e0822432,libtoml_datetime-452346770fb9ab3a,libschemars-3087fbf68ad7e654,libdyn_clone-2a79e79feefffffc,libref_cast-2a894f8d7459b2eb,libspt_store-2004f920cce027c8,libserde_json-17281f0e02bd2a5a,libmemchr-cb0a0fc22acd0836,libitoa-2fadb60393a045de,libzmij-b82215484eee4f22,libindexmap-041aae331fe12ea8,libequivalent-81775ab5d8154b89,libhashbrown-635befb600e68988,libfs2-509ec141a8cd0084,libwinapi-3ada3e42829efa8d,librusqlite-e6410a40587b2412,libbitflags-ac2f1c33302ac4cb,libsmallvec-0351b9b3b0d13bf4,libfallible_streaming_iterator-b9d1906a1096dee7,libfallible_iterator-ed130759af23d6c1,libhashlink-2da09f725f0306bc,libhashbrown-21e87604c4d20056,libahash-7f0b33588d29b971,libonce_cell-413813fe09b89788,libportable_atomic-64fa3d89ee64b215,libzerocopy-50fbb0b48fb600e7,liblibsqlite3_sys-abece50c6a4c2bc2,libspt_proto-0fd4aade255656a9,libserde-2cfe227265f9e30b,libserde_core-3ddf51a30c07af59,libed25519_dalek-97fab2c71a4e1d4b,libsha2-8b10433dc072d985,libcurve25519_dalek-8acc79d327bfa0b2,libcpufeatures-c232fa689cff9078,libzeroize-43316c5fd3484d22,librand_core-d7ec264f3ecb092b,libgetrandom-6d5f68613080b1be,libcfg_if-4be1d57b9cd9afec,libdigest-c21bf9f154372849,libsubtle-3e3d27900247595c,libblock_buffer-7afe031c92b89e1c,libcrypto_common-38bd24d386ad0136,libgeneric_array-6efae25bedc163a0,libtypenum-5b38d9aafac5529f,libed25519-1557411f44961c05,libsignature-7f41cf5669168da2}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_targets-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "user32.lib" "userenv.lib" "advapi32.lib" "C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib\\windows.0.52.0.lib" "iphlpapi.lib" "legacy_stdio_definitions.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "synchronization.lib" "user32.lib" "winspool.lib" "ws2_32.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\libsqlite3-sys-dfb857ecd39841b9\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\blake3-60c87a81e6cc6ba6\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\aws-lc-sys-1a05d93e0719da20\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\ring-9c61033a2441dbc4\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x64" "/LIBPATH:C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib" "/OUT:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps\\propagate-68e52b7838965771.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcRZLwzl\\propagate-0.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcRZLwzl\\propagate-1.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcRZLwzl\\propagate-2.natvis"
2026-06-18T11:15:37.3789184Z   = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-06-18T11:15:37.3790105Z   = note:    Creating library C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\propagate-68e52b7838965771.lib and object C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\propagate-68e52b7838965771.exp␍
2026-06-18T11:15:37.3791114Z           LINK : fatal error LNK1318: Unexpected PDB error; FILE_SYSTEM (3) 'C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\propagate-68e52b7838965771.pdb'␍
2026-06-18T11:15:37.3791733Z           
2026-06-18T11:15:37.3791824Z 
2026-06-18T11:15:37.3792280Z error: linking with `link.exe` failed: exit code: 1140
2026-06-18T11:15:37.3792577Z   |
2026-06-18T11:15:37.3821582Z   = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\decid\\AppData\\Local\\Temp\\rustcYny8uD\\symbols.o" "<64 object files omitted>" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/libtempfile-e58c7f10086d5d2b.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libspt_daemon-fec883a7829a97aa,libspt_msg-345260dbf9ff089b,libwindows_sys-4cf78ffb6da01f45,libwindows_targets-8f35a6d2410dd7da,libspt_live-b6ec9d79609585d5,libspt_term-5bdc71bd59562e29,libportable_pty-50e6c123745e0772,libshell_words-ffdd3360205ad2fc,libserial-762a942977fa4ffd,libserial_windows-595ce9f6331e1d0c,libserial_core-dabc84def64fd077,libshared_library-a2db4a9aebb8d832,liblazy_static-415441d33699aa40,libfiledescriptor-f02ca740c6786a7d,libthiserror-3a80cdef0093bbd6,libwinreg-ea02f55e042548f0,libdowncast_rs-e6941c4902f6ccd7,libanyhow-7010c653578628de,libinterprocess-95598dbd831d4f3c,librecvmsg-da18d0ea0ced6ffc,libspt_net-ca2c97e93cdd672a,libsha1-e025bb9136e5f60c,libspake2-5d13153ba344aaf0,libhkdf-03831c7172bb7eab,libhmac-e996b185f044bfe1,libiroh-4c470328af3eb2d9,libpapaya-0618444e12d8f34e,libseize-a580e5e5af8e73f4,libswarm_discovery-07646c933e53549c,libacto-d6af9e642e0efc9b,libsmol_str-0f8c0897f08ffcc3,libportmapper-99f547a1380c003f,libigd_next-a1f9c7269c2f9d15,libattohttpc-56adeb9cba311fd3,libxmltree-4a03db13d97258e2,libxml-26483044fbb9318c,libctutils-a0b79bde140935c1,libcmov-4768121674cb5842,libbackon-5b9b222c9d362c61,libiroh_metrics-e13be9867bb4bc83,libryu-42a7cb369c870548,libnetwatch-4898f849e4ce56b8,libtime-c452403aebfbeeb7,libtime_core-be14b7c7919f9d91,libnum_conv-71bf51ac7a809923,libderanged-a1682ca4fd09151c,libpowerfmt-369395662f7ea5c2,libnetdev-b95623619be745e0,libmac_addr-f6740e45d8b44fb1,libwmi-06a01c3c1d29d6be,libfutures-84df367ef8092e27,libfutures_executor-fa6319b9a6f3c4f5,libchrono-f79f64d5f4cffdfd,libwindows-625f3bd0b8d0da3a,libwindows_core-3edf54885fd87c48,libn0_watcher-4c597d1cc8d0d223,libiroh_relay-54054fdff28c3ebc,libreqwest-ac75cf070f34b907,librustls_platform_verifier-6846bdf58951c3ec,libhyper_rustls-7742c2369416aeaf,libtower_http-71626f9beece9530,libtower-640b18737f051c37,libtower_layer-5d61ed3d375f5ba7,libsync_wrapper-33a0c82dec098f0c,liblru-6a2d28235ebddefc,libhashbrown-0be45c82ef4d2fe4,liballocator_api2-74a36ad2ebd40c9a,libfoldhash-63cf3bf441207ef8,libwebpki_roots-0cb47e919c855d01,libblake3-39ad0d1d460848f4,libconstant_time_eq-1b9617d4e0191e55,libarrayvec-b3ba1fb0bd31fc83,libarrayref-49e8e909773af2fa,libpostcard-1a0ba01e940490f0,libheapless-0bd5f7fe4483c57a,libspin-20816efa1c0eb4c1,libhash32-d729de8eba95d24e,libbyteorder-2ab53f25927e0c7b,libcobs-8a5c4c311e9d9e26,libserde_bytes-b513a61f7d547978,libtokio_websockets-aeb401b0f654b4ee,libsimdutf8-667f5f94b8438f8c,libsha1_smol-f4bc01e01fd07ce8,libnum_enum-fe12a30f688bcb7d,libiroh_dns-85912abe4be68870,libsimple_dns-bdedce416bc6f71d,libhickory_resolver-d4891d4aeb6156c4,libipconfig-66d4e77c8d58bf83,libwindows_registry-a9473cf978b94466,libwindows_strings-cdd50a4f08a97da4,libwindows_result-62cf4eed3b09e994,libwidestring-74284839effacb89,libmoka-86162c247365ef8b,libtagptr-9fae91e9c4c5e063,libcrossbeam_epoch-19f0377483d0280a,libuuid-04db0902594e461e,libcrossbeam_channel-6b095608c42a1ce1,libcrossbeam_utils-ccaed06cd2b6df87,libparking_lot-253b1d58a3dfcdce,libparking_lot_core-698c5356c1f3aef2,liblock_api-f09f5562bffb005d,libscopeguard-8cabf05fe32df8ac,libhickory_net-ba0de1f30139dec8,libtokio_rustls-8f3d91ce9d17c567,libhickory_proto-6fb0903785148aa2,libprefix_trie-716d668f7d8e3d03,libeither-abb73a39c16e4a13,libnum_traits-cdb7e0f32098cee6,libnoq-2dbbac4cdff21eb1,libtokio_stream-8782bf347136b812,libnoq_udp-abdc1b729314be72,liblibc-7f7a05fa01df7784,libnoq_proto-26c2ae5381efc97f,liblru_slab-72432835cdebfe02,libaes_gcm-a9b4ed04f49402ad,libctr-bda13d32cc6c2365,libghash-b06c034c3961670d,libpolyval-1b7b0a4419fb44e1,libopaque_debug-e9366cc65e663f43,libuniversal_hash-f79d2275c185ca63,libaes-c05bcfe4990cc176,libcipher-d7f8e593e73d54f7,libinout-7916ea02a824b55c,libaead-d1b8844edc4d82d4,libsorted_index_buffer-06bd2fb481a2a7be,libidentity_hash-7f9e28b8e2b1e340,librustc_hash-0e5cc03fc932024d,libtinyvec-79a21cfef3249c1a,libtinyvec_macros-7afdc6ba7a0e277d,libthiserror-3d740f595393d8d7,libstrum-5fc1058516af4ce4,libhyper_util-6f2ab7ade649def1,libbase64-b548805f762d34b4,libipnet-960057e6f47d82a4,libtower_service-145c4257e306c319,librustls-7cfaaef60fd7c74d,libwebpki-f6d500c00065fbc0,libaws_lc_rs-a9e6b53100d109d8,libaws_lc_sys-76bfac032332991f,libring-a3d923e71a32a56d,libuntrusted-f9064cf4d7107444,librustls_pki_types-5c2e8c1f48d64884,libhyper-bb193e905a04a989,libwant-bb3b44e7ecaed721,libtry_lock-8f5607fa3b62a4fe,libhttparse-f083573e91be1d29,libh2-54d4eb67a7c153f8,libfnv-cc596fa302da3c18,libatomic_waker-8c014cf46bcfea2d,libhttpdate-246d16398515f7a6,libhttp_body_util-ee0e6ed9b09a7763,libhttp_body-c0de5227f56d9c08,libhttp-de7cbc14c6f3977a,libtracing-98941201e0371249,liblog-92c32a39d373ca8e,libtracing_core-8379ba9026d4cfbe,libn0_future-021aa31d275fd773,libfutures_lite-08f88b6ab89b43bf,libparking-3bf4a70f06527366,libfastrand-a91393f78f5469a7,libfutures_buffered-b3e890b1922f70e1,libspin-f59ac4f4bc84eee6,libdiatomic_waker-e2ef744a8d212d78,libcordyceps-dfd5a12f3fdc2c12,libtokio_util-6f63feb5d4d5aac2,libfutures_util-52ae071499bdb712,libfutures_io-8a588218409a0a72,libslab-7d49860aff740478,libfutures_channel-e025d56841d652fd,libfutures_task-2fba8ee0980d06f0,libfutures_core-7252e840735b8748,libfutures_sink-63e9d960eb265abc,libtokio-5cfdff6656aca6b6,libsocket2-417be51e1115d250,libbytes-7fa99c9996959c98,libmio-21de7cf56980aa08,libwindows_sys-0c9e7361fa9dab2a,libwindows_link-750c1e8395263f2e,libpin_project_lite-8f01750316d5cd7f,libpin_project-d2fd588af98f177a,libiroh_base-cd4eadbe99bc9b3c,librand-de8626ecb355e840,libgetrandom-6e46645e280c4350,libchacha20-2239626ebe112ec8,libcpufeatures-ad65ba751b109ff1,libderive_more-10c4e33026245ec1,liburl-184633b9c79ab0ce,libidna-2eb1fb52f110159e,libidna_adapter-ee949d5f6ff39d57,libicu_properties-f377ce9aa238cd9c,libicu_properties_data-7931cf8a5dfdba74,libicu_normalizer-1ba3a433e7dc2241,libicu_normalizer_data-de2ccdb037cb6b3c,libicu_collections-299efef37ebf6421,libutf8_iter-8667528961b1857c,libpotential_utf-1fdbd22bc926b6ff,libicu_provider-ed6e031c9f108f07,libicu_locale_core-31e14abb28b75f4c,libtinystr-84a0553a0c094d40,liblitemap-405ce459934fb283,libwriteable-117a37e0863563eb,libzerovec-4ab20b9e3dc34e1d,libzerotrie-2da7be6347e67321,libyoke-2de3e3216a39c9ff,libstable_deref_trait-0e096ff5984b49fc,libzerofrom-af390e71bb95f5c2,libform_urlencoded-75eb2c5d40dbe775,libpercent_encoding-0aff148551bb810a,libed25519_dalek-9a9ee834e9be032c,libsha2-8cace948ae2e6d5f,libed25519-d51a67850575cb9b,libsignature-9671803ce5af0bab,libpkcs8-a1169071690f84d6,libspki-42bd612f542cd5bb,libder-18fe80a7689add1f,libpem_rfc7468-7623dc0ce520a633,libbase64ct-fd7b472ffe3384a9,libdata_encoding_macro-0e54f4c49fccfbf5,libcurve25519_dalek-c46dd87a36559eb7,librand_core-f5a4f9121bdf1050,libdigest-d565164163fe74d3,libconst_oid-a914ddb7b7344c42,libcrypto_common-a2e335e0df3a1e61,libblock_buffer-7cc5b76e81b90f24,libhybrid_array-891ddfc1e3340cc7,libn0_error-2009ee40cb58e819,libdata_encoding-78d18a20fed30b84,libspt_runtime-1225fe687a0ff9d2,libregex-4b3d8c0183b6a79f,libregex_automata-86cf6b44556a0444,libaho_corasick-2114ef6e31c299bf,libregex_syntax-43e21e70306c1292,libtoml-f17076c2fafda3bd,libtoml_edit-64fc598b636dff53,libserde_spanned-1f37eec570f37b5f,libwinnow-9060fa526873a459,libtoml_write-cbe0ee03e0822432,libtoml_datetime-452346770fb9ab3a,libschemars-3087fbf68ad7e654,libdyn_clone-2a79e79feefffffc,libref_cast-2a894f8d7459b2eb,libspt_store-2004f920cce027c8,libserde_json-17281f0e02bd2a5a,libmemchr-cb0a0fc22acd0836,libitoa-2fadb60393a045de,libzmij-b82215484eee4f22,libindexmap-041aae331fe12ea8,libequivalent-81775ab5d8154b89,libhashbrown-635befb600e68988,libfs2-509ec141a8cd0084,libwinapi-3ada3e42829efa8d,librusqlite-e6410a40587b2412,libbitflags-ac2f1c33302ac4cb,libsmallvec-0351b9b3b0d13bf4,libfallible_streaming_iterator-b9d1906a1096dee7,libfallible_iterator-ed130759af23d6c1,libhashlink-2da09f725f0306bc,libhashbrown-21e87604c4d20056,libahash-7f0b33588d29b971,libonce_cell-413813fe09b89788,libportable_atomic-64fa3d89ee64b215,libzerocopy-50fbb0b48fb600e7,liblibsqlite3_sys-abece50c6a4c2bc2,libspt_proto-0fd4aade255656a9,libed25519_dalek-97fab2c71a4e1d4b,libsha2-8b10433dc072d985,libcurve25519_dalek-8acc79d327bfa0b2,libcpufeatures-c232fa689cff9078,libzeroize-43316c5fd3484d22,librand_core-d7ec264f3ecb092b,libgetrandom-6d5f68613080b1be,libcfg_if-4be1d57b9cd9afec,libdigest-c21bf9f154372849,libsubtle-3e3d27900247595c,libblock_buffer-7afe031c92b89e1c,libcrypto_common-38bd24d386ad0136,libgeneric_array-6efae25bedc163a0,libtypenum-5b38d9aafac5529f,libed25519-1557411f44961c05,libsignature-7f41cf5669168da2,libserde-2cfe227265f9e30b,libserde_core-3ddf51a30c07af59}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_targets-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "user32.lib" "userenv.lib" "advapi32.lib" "C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib\\windows.0.52.0.lib" "iphlpapi.lib" "legacy_stdio_definitions.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "synchronization.lib" "user32.lib" "winspool.lib" "ws2_32.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\aws-lc-sys-1a05d93e0719da20\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\ring-9c61033a2441dbc4\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\libsqlite3-sys-dfb857ecd39841b9\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\blake3-60c87a81e6cc6ba6\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x64" "/LIBPATH:C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib" "/OUT:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps\\tunnel_e2e-037b3cc72833585a.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcYny8uD\\tunnel_e2e-0.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcYny8uD\\tunnel_e2e-1.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcYny8uD\\tunnel_e2e-2.natvis"
2026-06-18T11:15:37.3862272Z   = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-06-18T11:15:37.3863385Z   = note:    Creating library C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\tunnel_e2e-037b3cc72833585a.lib and object C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\tunnel_e2e-037b3cc72833585a.exp␍
2026-06-18T11:15:37.3864413Z           LINK : fatal error LNK1318: Unexpected PDB error; FILE_SYSTEM (3) 'C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\tunnel_e2e-037b3cc72833585a.pdb'␍
2026-06-18T11:15:37.3864920Z           
2026-06-18T11:15:37.3865000Z 
2026-06-18T11:15:37.4012921Z error: could not compile `spt-daemon` (lib test)
2026-06-18T11:15:37.4049447Z 
2026-06-18T11:15:37.4092552Z Caused by:
2026-06-18T11:15:37.4120490Z   process didn't exit successfully: `C:\Users\decid\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe --crate-name spt_daemon --edition=2021 crates\spt-daemon\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg cfg(docsrs,test) --check-cfg "cfg(feature, values())" -C metadata=548eb9d5e9ce451f -C extra-filename=-036ed7f59bd1d1b6 --out-dir C:\actions-runner\_work\spt-core\spt-core\target\debug\deps -C incremental=C:\actions-runner\_work\spt-core\spt-core\target\debug\incremental -L dependency=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps --extern base64=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libbase64-b548805f762d34b4.rlib --extern ed25519_dalek=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libed25519_dalek-97fab2c71a4e1d4b.rlib --extern hmac=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libhmac-e996b185f044bfe1.rlib --extern interprocess=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libinterprocess-95598dbd831d4f3c.rlib --extern serde=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libserde-2cfe227265f9e30b.rlib --extern serde_json=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libserde_json-17281f0e02bd2a5a.rlib --extern sha2=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libsha2-8b10433dc072d985.rlib --extern spt_live=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libspt_live-b6ec9d79609585d5.rlib --extern spt_msg=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libspt_msg-345260dbf9ff089b.rlib --extern spt_net=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libspt_net-ca2c97e93cdd672a.rlib --extern spt_proto=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libspt_proto-0fd4aade255656a9.rlib --extern spt_runtime=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libspt_runtime-1225fe687a0ff9d2.rlib --extern spt_store=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libspt_store-2004f920cce027c8.rlib --extern spt_term=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libspt_term-5bdc71bd59562e29.rlib --extern tempfile=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libtempfile-e58c7f10086d5d2b.rlib --extern tokio=C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\libtokio-5cfdff6656aca6b6.rlib -L native=C:\actions-runner\_work\spt-core\spt-core\target\debug\build\libsqlite3-sys-dfb857ecd39841b9\out -L native=C:\actions-runner\_work\spt-core\spt-core\target\debug\build\blake3-60c87a81e6cc6ba6\out -L native=C:\actions-runner\_work\spt-core\spt-core\target\debug\build\blake3-60c87a81e6cc6ba6\out -L native=C:\actions-runner\_work\spt-core\spt-core\target\debug\build\aws-lc-sys-1a05d93e0719da20\out -L native=C:\actions-runner\_work\spt-core\spt-core\target\debug\build\ring-9c61033a2441dbc4\out -L "native=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\atlmfc\lib\x64" -L native=C:\Users\decid\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows_x86_64_msvc-0.52.6\lib -L "native=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\atlmfc\lib\x64" -L "native=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\atlmfc\lib\x64" -L "native=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\atlmfc\lib\x64"` (exit code: 101)
2026-06-18T11:15:37.4201954Z error: could not compile `spt` (test "tunnel_e2e") due to 1 previous error
2026-06-18T11:15:37.4203727Z error: could not compile `spt-daemon` (test "propagate") due to 1 previous error
2026-06-18T11:15:37.7102402Z error: linking with `link.exe` failed: exit code: 1318
2026-06-18T11:15:37.7103020Z   |
2026-06-18T11:15:37.7173129Z   = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\decid\\AppData\\Local\\Temp\\rustcV8D5qH\\symbols.o" "<36 object files omitted>" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/libtempfile-e58c7f10086d5d2b.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps/{libspt_daemon-fec883a7829a97aa,libspt_msg-345260dbf9ff089b,libwindows_sys-4cf78ffb6da01f45,libwindows_targets-8f35a6d2410dd7da,libspt_live-b6ec9d79609585d5,libspt_term-5bdc71bd59562e29,libportable_pty-50e6c123745e0772,libshell_words-ffdd3360205ad2fc,libserial-762a942977fa4ffd,libserial_windows-595ce9f6331e1d0c,libserial_core-dabc84def64fd077,libshared_library-a2db4a9aebb8d832,liblazy_static-415441d33699aa40,libfiledescriptor-f02ca740c6786a7d,libthiserror-3a80cdef0093bbd6,libwinreg-ea02f55e042548f0,libdowncast_rs-e6941c4902f6ccd7,libanyhow-7010c653578628de,libinterprocess-95598dbd831d4f3c,librecvmsg-da18d0ea0ced6ffc,libspt_net-ca2c97e93cdd672a,libsha1-e025bb9136e5f60c,libspake2-5d13153ba344aaf0,libhkdf-03831c7172bb7eab,libhmac-e996b185f044bfe1,libiroh-4c470328af3eb2d9,libpapaya-0618444e12d8f34e,libseize-a580e5e5af8e73f4,libswarm_discovery-07646c933e53549c,libacto-d6af9e642e0efc9b,libsmol_str-0f8c0897f08ffcc3,libportmapper-99f547a1380c003f,libigd_next-a1f9c7269c2f9d15,libattohttpc-56adeb9cba311fd3,libxmltree-4a03db13d97258e2,libxml-26483044fbb9318c,libctutils-a0b79bde140935c1,libcmov-4768121674cb5842,libbackon-5b9b222c9d362c61,libiroh_metrics-e13be9867bb4bc83,libryu-42a7cb369c870548,libnetwatch-4898f849e4ce56b8,libtime-c452403aebfbeeb7,libtime_core-be14b7c7919f9d91,libnum_conv-71bf51ac7a809923,libderanged-a1682ca4fd09151c,libpowerfmt-369395662f7ea5c2,libnetdev-b95623619be745e0,libmac_addr-f6740e45d8b44fb1,libwmi-06a01c3c1d29d6be,libfutures-84df367ef8092e27,libfutures_executor-fa6319b9a6f3c4f5,libchrono-f79f64d5f4cffdfd,libwindows-625f3bd0b8d0da3a,libwindows_core-3edf54885fd87c48,libn0_watcher-4c597d1cc8d0d223,libiroh_relay-54054fdff28c3ebc,libreqwest-ac75cf070f34b907,librustls_platform_verifier-6846bdf58951c3ec,libhyper_rustls-7742c2369416aeaf,libtower_http-71626f9beece9530,libtower-640b18737f051c37,libtower_layer-5d61ed3d375f5ba7,libsync_wrapper-33a0c82dec098f0c,liblru-6a2d28235ebddefc,libhashbrown-0be45c82ef4d2fe4,liballocator_api2-74a36ad2ebd40c9a,libfoldhash-63cf3bf441207ef8,libwebpki_roots-0cb47e919c855d01,libblake3-39ad0d1d460848f4,libconstant_time_eq-1b9617d4e0191e55,libarrayvec-b3ba1fb0bd31fc83,libarrayref-49e8e909773af2fa,libpostcard-1a0ba01e940490f0,libheapless-0bd5f7fe4483c57a,libspin-20816efa1c0eb4c1,libhash32-d729de8eba95d24e,libbyteorder-2ab53f25927e0c7b,libcobs-8a5c4c311e9d9e26,libserde_bytes-b513a61f7d547978,libtokio_websockets-aeb401b0f654b4ee,libsimdutf8-667f5f94b8438f8c,libsha1_smol-f4bc01e01fd07ce8,libnum_enum-fe12a30f688bcb7d,libiroh_dns-85912abe4be68870,libsimple_dns-bdedce416bc6f71d,libhickory_resolver-d4891d4aeb6156c4,libipconfig-66d4e77c8d58bf83,libwindows_registry-a9473cf978b94466,libwindows_strings-cdd50a4f08a97da4,libwindows_result-62cf4eed3b09e994,libwidestring-74284839effacb89,libmoka-86162c247365ef8b,libtagptr-9fae91e9c4c5e063,libcrossbeam_epoch-19f0377483d0280a,libuuid-04db0902594e461e,libcrossbeam_channel-6b095608c42a1ce1,libcrossbeam_utils-ccaed06cd2b6df87,libparking_lot-253b1d58a3dfcdce,libparking_lot_core-698c5356c1f3aef2,liblock_api-f09f5562bffb005d,libscopeguard-8cabf05fe32df8ac,libhickory_net-ba0de1f30139dec8,libtokio_rustls-8f3d91ce9d17c567,libhickory_proto-6fb0903785148aa2,libprefix_trie-716d668f7d8e3d03,libeither-abb73a39c16e4a13,libnum_traits-cdb7e0f32098cee6,libnoq-2dbbac4cdff21eb1,libtokio_stream-8782bf347136b812,libnoq_udp-abdc1b729314be72,liblibc-7f7a05fa01df7784,libnoq_proto-26c2ae5381efc97f,liblru_slab-72432835cdebfe02,libaes_gcm-a9b4ed04f49402ad,libctr-bda13d32cc6c2365,libghash-b06c034c3961670d,libpolyval-1b7b0a4419fb44e1,libopaque_debug-e9366cc65e663f43,libuniversal_hash-f79d2275c185ca63,libaes-c05bcfe4990cc176,libcipher-d7f8e593e73d54f7,libinout-7916ea02a824b55c,libaead-d1b8844edc4d82d4,libsorted_index_buffer-06bd2fb481a2a7be,libidentity_hash-7f9e28b8e2b1e340,librustc_hash-0e5cc03fc932024d,libtinyvec-79a21cfef3249c1a,libtinyvec_macros-7afdc6ba7a0e277d,libthiserror-3d740f595393d8d7,libstrum-5fc1058516af4ce4,libhyper_util-6f2ab7ade649def1,libbase64-b548805f762d34b4,libipnet-960057e6f47d82a4,libtower_service-145c4257e306c319,librustls-7cfaaef60fd7c74d,libwebpki-f6d500c00065fbc0,libaws_lc_rs-a9e6b53100d109d8,libaws_lc_sys-76bfac032332991f,libring-a3d923e71a32a56d,libuntrusted-f9064cf4d7107444,librustls_pki_types-5c2e8c1f48d64884,libhyper-bb193e905a04a989,libwant-bb3b44e7ecaed721,libtry_lock-8f5607fa3b62a4fe,libhttparse-f083573e91be1d29,libh2-54d4eb67a7c153f8,libfnv-cc596fa302da3c18,libatomic_waker-8c014cf46bcfea2d,libhttpdate-246d16398515f7a6,libhttp_body_util-ee0e6ed9b09a7763,libhttp_body-c0de5227f56d9c08,libhttp-de7cbc14c6f3977a,libtracing-98941201e0371249,liblog-92c32a39d373ca8e,libtracing_core-8379ba9026d4cfbe,libn0_future-021aa31d275fd773,libfutures_lite-08f88b6ab89b43bf,libparking-3bf4a70f06527366,libfastrand-a91393f78f5469a7,libfutures_buffered-b3e890b1922f70e1,libspin-f59ac4f4bc84eee6,libdiatomic_waker-e2ef744a8d212d78,libcordyceps-dfd5a12f3fdc2c12,libtokio_util-6f63feb5d4d5aac2,libfutures_util-52ae071499bdb712,libfutures_io-8a588218409a0a72,libslab-7d49860aff740478,libfutures_channel-e025d56841d652fd,libfutures_task-2fba8ee0980d06f0,libfutures_core-7252e840735b8748,libfutures_sink-63e9d960eb265abc,libtokio-5cfdff6656aca6b6,libsocket2-417be51e1115d250,libbytes-7fa99c9996959c98,libmio-21de7cf56980aa08,libwindows_sys-0c9e7361fa9dab2a,libwindows_link-750c1e8395263f2e,libpin_project_lite-8f01750316d5cd7f,libpin_project-d2fd588af98f177a,libiroh_base-cd4eadbe99bc9b3c,librand-de8626ecb355e840,libgetrandom-6e46645e280c4350,libchacha20-2239626ebe112ec8,libcpufeatures-ad65ba751b109ff1,libderive_more-10c4e33026245ec1,liburl-184633b9c79ab0ce,libidna-2eb1fb52f110159e,libidna_adapter-ee949d5f6ff39d57,libicu_properties-f377ce9aa238cd9c,libicu_properties_data-7931cf8a5dfdba74,libicu_normalizer-1ba3a433e7dc2241,libicu_normalizer_data-de2ccdb037cb6b3c,libicu_collections-299efef37ebf6421,libutf8_iter-8667528961b1857c,libpotential_utf-1fdbd22bc926b6ff,libicu_provider-ed6e031c9f108f07,libicu_locale_core-31e14abb28b75f4c,libtinystr-84a0553a0c094d40,liblitemap-405ce459934fb283,libwriteable-117a37e0863563eb,libzerovec-4ab20b9e3dc34e1d,libzerotrie-2da7be6347e67321,libyoke-2de3e3216a39c9ff,libstable_deref_trait-0e096ff5984b49fc,libzerofrom-af390e71bb95f5c2,libform_urlencoded-75eb2c5d40dbe775,libpercent_encoding-0aff148551bb810a,libed25519_dalek-9a9ee834e9be032c,libsha2-8cace948ae2e6d5f,libed25519-d51a67850575cb9b,libsignature-9671803ce5af0bab,libpkcs8-a1169071690f84d6,libspki-42bd612f542cd5bb,libder-18fe80a7689add1f,libpem_rfc7468-7623dc0ce520a633,libbase64ct-fd7b472ffe3384a9,libdata_encoding_macro-0e54f4c49fccfbf5,libcurve25519_dalek-c46dd87a36559eb7,librand_core-f5a4f9121bdf1050,libdigest-d565164163fe74d3,libconst_oid-a914ddb7b7344c42,libcrypto_common-a2e335e0df3a1e61,libblock_buffer-7cc5b76e81b90f24,libhybrid_array-891ddfc1e3340cc7,libn0_error-2009ee40cb58e819,libdata_encoding-78d18a20fed30b84,libspt_runtime-1225fe687a0ff9d2,libregex-4b3d8c0183b6a79f,libregex_automata-86cf6b44556a0444,libaho_corasick-2114ef6e31c299bf,libregex_syntax-43e21e70306c1292,libtoml-f17076c2fafda3bd,libtoml_edit-64fc598b636dff53,libserde_spanned-1f37eec570f37b5f,libwinnow-9060fa526873a459,libtoml_write-cbe0ee03e0822432,libtoml_datetime-452346770fb9ab3a,libschemars-3087fbf68ad7e654,libdyn_clone-2a79e79feefffffc,libref_cast-2a894f8d7459b2eb,libspt_store-2004f920cce027c8,libserde_json-17281f0e02bd2a5a,libmemchr-cb0a0fc22acd0836,libitoa-2fadb60393a045de,libzmij-b82215484eee4f22,libindexmap-041aae331fe12ea8,libequivalent-81775ab5d8154b89,libhashbrown-635befb600e68988,libfs2-509ec141a8cd0084,libwinapi-3ada3e42829efa8d,librusqlite-e6410a40587b2412,libbitflags-ac2f1c33302ac4cb,libsmallvec-0351b9b3b0d13bf4,libfallible_streaming_iterator-b9d1906a1096dee7,libfallible_iterator-ed130759af23d6c1,libhashlink-2da09f725f0306bc,libhashbrown-21e87604c4d20056,libahash-7f0b33588d29b971,libonce_cell-413813fe09b89788,libportable_atomic-64fa3d89ee64b215,libzerocopy-50fbb0b48fb600e7,liblibsqlite3_sys-abece50c6a4c2bc2,libspt_proto-0fd4aade255656a9,libed25519_dalek-97fab2c71a4e1d4b,libsha2-8b10433dc072d985,libcurve25519_dalek-8acc79d327bfa0b2,libcpufeatures-c232fa689cff9078,libzeroize-43316c5fd3484d22,librand_core-d7ec264f3ecb092b,libgetrandom-6d5f68613080b1be,libcfg_if-4be1d57b9cd9afec,libdigest-c21bf9f154372849,libsubtle-3e3d27900247595c,libblock_buffer-7afe031c92b89e1c,libcrypto_common-38bd24d386ad0136,libgeneric_array-6efae25bedc163a0,libtypenum-5b38d9aafac5529f,libed25519-1557411f44961c05,libsignature-7f41cf5669168da2,libserde-2cfe227265f9e30b,libserde_core-3ddf51a30c07af59}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_targets-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "user32.lib" "userenv.lib" "advapi32.lib" "C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib\\windows.0.52.0.lib" "iphlpapi.lib" "legacy_stdio_definitions.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "synchronization.lib" "user32.lib" "winspool.lib" "ws2_32.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\libsqlite3-sys-dfb857ecd39841b9\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\blake3-60c87a81e6cc6ba6\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\aws-lc-sys-1a05d93e0719da20\\out" "/LIBPATH:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\build\\ring-9c61033a2441dbc4\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\atlmfc\\lib\\x64" "/LIBPATH:C:\\Users\\decid\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib" "/OUT:C:\\actions-runner\\_work\\spt-core\\spt-core\\target\\debug\\deps\\idempotent-2884fb63507bd998.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcV8D5qH\\idempotent-0.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcV8D5qH\\idempotent-1.natvis" "/NATVIS:C:\\Users\\decid\\AppData\\Local\\Temp\\rustcV8D5qH\\idempotent-2.natvis"
2026-06-18T11:15:37.7227082Z   = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-06-18T11:15:37.7228439Z   = note:    Creating library C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\idempotent-2884fb63507bd998.lib and object C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\idempotent-2884fb63507bd998.exp␍
2026-06-18T11:15:37.7229991Z           LINK : fatal error LNK1318: Unexpected PDB error; LIMIT (12) 'C:\actions-runner\_work\spt-core\spt-core\target\debug\deps\idempotent-2884fb63507bd998.pdb'␍
2026-06-18T11:15:37.7230669Z           
2026-06-18T11:15:37.7230769Z 
2026-06-18T11:15:37.7304260Z error: could not compile `spt-daemon` (test "idempotent") due to 1 previous error
2026-06-18T11:15:42.4917969Z error: command `'C:\Users\decid\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\cargo.exe' test --no-run --message-format json-render-diagnostics --workspace` exited with code 101
2026-06-18T11:15:42.5659079Z ##[error]Process completed with exit code 1.
2026-06-18T11:15:42.5893862Z Post job cleanup.
2026-06-18T11:15:42.6933231Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T11:15:42.7262268Z git version 2.43.0.windows.1
2026-06-18T11:15:42.7314593Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\186d7782-eeaf-4539-9855-8257eb746f51\.gitconfig'
2026-06-18T11:15:42.7331792Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\186d7782-eeaf-4539-9855-8257eb746f51' before making global git config changes
2026-06-18T11:15:42.7332698Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T11:15:42.7340165Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-18T11:15:42.7714410Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T11:15:42.8034966Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T11:15:43.2210026Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T11:15:43.2418412Z http.https://github.com/.extraheader
2026-06-18T11:15:43.2445344Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-18T11:15:43.2686028Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T11:15:43.6956334Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T11:15:43.7211555Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T11:15:44.1231395Z Cleaning up orphan processes
